budget/scripts/drop_table.sql

5 lines
66 B
MySQL
Raw Normal View History

DROP TABLE transaction;
DROP TABLE category;
DROP TABLE account;