No problem ;-)
Because Mysql is "hidden" by Doctrine ORM there is no need to do something special for mysql via Skipper.
You can define your model in Skipper in the exact way like you're defining it manually in the schema files (xml / yml / annotations).
I suppose that you should define it as timestamp type and Doctrine2 handles value storage for you.