EasyEngine / auth-command

4 stars 9 forks source link

Separate migrations file for each table creation. #18

Closed sagarnasit closed 6 years ago

sagarnasit commented 6 years ago

Each table creation should be in a separate migration file. More than one table creation in single migration leads to improper rollback.