6 lines
150 B
MySQL
6 lines
150 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
DROP TABLE attribute;
|
||
|
DROP TABLE attributor;
|
||
|
DROP TABLE bird_threat;
|
||
|
DROP TABLE bird;
|
||
|
DROP TABLE threat;
|