- When creating the table, have the primary key default to the table name
- When adding a column, if the column is suffixed with _id, default it to an integer
- When adding a column, if the column is suffixed with _date, default to a datetime
- When creating seeds, default the seed name to tablename_date (or add a version number to the project info and use that)
- Automatically add create_by, create_date, update_by, update_date fields (maybe a preference?)
- When creating seeds, provide an option to add the primary key to the seed file (or reset the numbering on the table PK) - creating related files is a pain.
Community Page
Last updated:
Last updated: