MattiLehtinen / postgrator-cli

PostgreSQL, MySQL and MS SQL database schema migration tool using plain SQL and JS files
MIT License
41 stars 16 forks source link

command for generating do and undo files #8

Open jaimesangcap opened 6 years ago

jaimesangcap commented 6 years ago

Provide a command for generating the do and undo files automatically.

postgrator add create_users_table and automatically generates two files 201807051822.do.create_users_table.sql 201807051822.undo.create_users_table.sql