Sha256: 9646bc0e4a42df008d845e13e625bfb7242ae2d189ca6df65727f221cf98a48a
Contents?: true
Size: 359 Bytes
Versions: 13
Compression:
Stored size: 359 Bytes
Contents
ActiveRecord::Schema.define do # adapter name is checked because we are under a transition of # moving the sql files under activerecord/test/fixtures/db_definitions # to this file, schema.rb. if adapter_name == "MySQL" Course.connection.create_table :courses, :force => true do |t| t.column :name, :string, :null => false end end end
Version data entries
13 entries across 13 versions & 3 rubygems