Add order to the tables.

This commit is contained in:
Dave Smith-Hayes 2024-02-19 21:44:24 -05:00
parent 57b0a3635e
commit b4f57e3572
5 changed files with 3 additions and 0 deletions

View File

@ -1 +1,4 @@
-- @TODO Get add the FK cascade operations to the tables
-- so I can have a solid plan for deleting data
DROP TABLE IF EXISTS users;