---------------------------------------------------------------- -- -- Table droping scripts for class feature -- ---------------------------------------------------------------- -- -- Schema -- use rsat; ---------------------------------------------------------------- -- -- Main table - feature -- DROP TABLE feature; ---------------------------------------------------------------- -- -- Multivalue attributes - feature -- DROP TABLE feature_names; DROP TABLE feature_introns; DROP TABLE feature_exons; ---------------------------------------------------------------- -- -- Expanded attributes - feature --