Initial commit
This commit is contained in:
5
db/migrate/20200420141636_change_data_engine.rb
Normal file
5
db/migrate/20200420141636_change_data_engine.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class ChangeDataEngine < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :engines, :data_encrypted, :string, limit: 1024
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user