Files
nemo_encoder/db/migrate/20180724072431_drop_table_seller.rb
2018-07-26 09:33:20 +06:30

6 lines
99 B
Ruby

class DropTableSeller < ActiveRecord::Migration[5.0]
def change
drop_table :sellers
end
end