5 lines
140 B
SQL
5 lines
140 B
SQL
-- @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;
|
|
|