---------------------------------------------------------------- -- -- Table droping scripts for class feature -- ---------------------------------------------------------------- -- -- Schema -- ---------------------------------------------------------------- -- -- Main table - feature -- DROP TABLE feature; ---------------------------------------------------------------- -- -- Multivalue attributes - feature -- DROP TABLE feature_gene_id; DROP TABLE feature_names; DROP TABLE feature_db_xref; DROP TABLE feature_introns; DROP TABLE feature_exons; DROP TABLE feature_ec_number; ---------------------------------------------------------------- -- -- Expanded attributes - feature --