class DropSystemSettings < ActiveRecord::Migration - DropSystemSettings has no descriptive comment
def change - DropSystemSettings#change has approx 6 statements
drop_table :system_settings do |t| -
- DropSystemSettings#change has the variable name 't'
t.string :key, limit: 64, null: false -
t.text :value -
t.text :description -
t.datetime :created_at -
t.datetime :updated_at -
end
end
end