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/20100822072954_create_user_facts.rb
t.string :criteria, :limit => 255
t.string :operator, :limit => 3, :default => "="
t.string :andor, :limit => 3, :default => "or"
t.timestamps
t.timestamps null: true
end
end

Also available in: Unified diff