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/20091219132839_create_lookup_values.rb
t.string :value, :limit => 255
t.references :lookup_key
t.timestamps
t.timestamps null: true
end
add_index :lookup_values, :priority
end

Also available in: Unified diff