Skip to content
This repository was archived by the owner on Jun 28, 2018. It is now read-only.

Conversation

@alex-bogomolov
Copy link

Currently the Unix timestamp is the only option while generating migration files. This PR adds an option to choose a datetime format for the migration timestamp.

I have added the -timestamp option for create action:

migrate create -timestamp time migration_name

For example, for Jan 18th 2018, 18:19:03 the datetime migration timestamp will be 180117181903, while the standard Unix timestamp will be 1516205943.

In some cases, datetime timestamps are more convenient to work with. If -timestamp flag is not supplied, the default Unix timestamp will be used.

@alex-bogomolov alex-bogomolov changed the title add option to choose a timestamp format for migration files Jan 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

1 participant