Sha256: 230733c9a8796c9f01ffb756eb7f8bd7c8f37bb8e7714da642a18494e20cdb0f
Contents?: true
Size: 204 Bytes
Versions: 1
Compression:
Stored size: 204 Bytes
Contents
class AddNotNullToDiagnosticos < ActiveRecord::Migration[5.0] def up change_column_null :diagnosticos, :cid_id, false end def down change_column_null :diagnosticos, :cid_id, true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.1 | db/migrate/20170529155705_add_not_null_to_diagnosticos.rb |