rails--rails/activerecord/test/fixtures/db_definitions/oci.drop.sql

22 lines
470 B
SQL

drop table accounts;
drop table companies;
drop table topics;
drop table developers;
drop table projects;
drop table developers_projects;
drop table customers;
drop table movies;
drop table subscribers;
drop table booleantests;
drop table auto_id_tests;
drop table entrants;
drop table colnametests;
drop table mixins;
drop table people;
drop table binaries;
drop table posts;
drop table comments;
drop table authors;
drop table computers;
drop sequence rails_sequence;