6 lines
113 B
Ruby
6 lines
113 B
Ruby
|
class DropRNAInformations < ActiveRecord::Migration[5.2]
|
||
|
def change
|
||
|
drop_table :rna_informations
|
||
|
end
|
||
|
end
|