-- This file should undo anything in `up.sql` DROP TABLE persons; DROP TABLE address; DROP TABLE cities; DROP TABLE countries;