class AddDbidToRows
Public Instance Methods
change()
click to toggle source
# File natural-backend/db/migrate/20180412002908_add_dbid_to_rows.rb, line 2 def change add_column :rows, :db_id, :integer end
# File natural-backend/db/migrate/20180412002908_add_dbid_to_rows.rb, line 2 def change add_column :rows, :db_id, :integer end