Initial commit
This commit is contained in:
5
db/migrate/20200317080916_add_data_to_market.rb
Normal file
5
db/migrate/20200317080916_add_data_to_market.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddDataToMarket < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :markets, :data_encrypted, :string, limit: 1024, after: :position
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user