d70147a60a
note, didn't implement a migration for this; they will not be enforced/visible unless existing db is recreated
Migrations, and how to create them
Notes:
- Do not delete or edit existing migration files
- To edit an existing table, use alter table in a new migration file.
- Always prefix your migration file with the date that you authored it in.