Xethron / migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
3.32k stars 588 forks source link

I'd like to be able to set datetime at created_at and updated_at field. #135

Open sh-ogawa opened 7 years ago

sh-ogawa commented 7 years ago

Since the timestamp type of mysql is up to 2038, I want to set a datetime type that can be set up until 9999. We want to be able to set datetime type with option or something.