Project

General

Profile

« Previous | Next » 

Revision cb271bde

Added by Sean O'Keeffe over 7 years ago

Fixes #18726 - Set null to true on migrations for Rails 5

View differences:

db/migrate/20090804130144_create_parameters.rb
create_table :parameters do |t|
t.string :name, :value, :limit => 255
t.references :host
t.timestamps
t.timestamps null: true
end
end

Also available in: Unified diff