Productivity - Database Manager

  1. When creating the table, have the primary key default to the table name
  2. When adding a column, if the column is suffixed with _id, default it to an integer
  3. When adding a column, if the column is suffixed with _date, default to a datetime
  4. When creating seeds, default the seed name to tablename_date (or add a version number to the project info and use that)
  5. Automatically add create_by, create_date, update_by, update_date fields (maybe a preference?)
  6. 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: