Sha256: 4a485997c4865ac0d8e046bef4bccea710e28db822b0bf9bfe16102b55d5636c

Contents?: true

Size: 235 Bytes

Versions: 20

Compression:

Stored size: 235 Bytes

Contents

ActiveRecord::Migration.verbose = false

ActiveRecord::Schema.define do
  create_table :economic_schools do |t|
    t.string :name
  end

  create_table :economists do |t|
    t.string :name
    t.references :economic_school
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
relation_to_struct-1.10.0 spec/active_record_helper/schema.rb
relation_to_struct-1.9.1 spec/active_record_helper/schema.rb
relation_to_struct-1.9.0 spec/active_record_helper/schema.rb
relation_to_struct-1.7.0 spec/active_record_helper/schema.rb
relation_to_struct-1.6.0 spec/active_record_helper/schema.rb
relation_to_struct-1.5.1 spec/active_record_helper/schema.rb
relation_to_struct-1.5.0 spec/active_record_helper/schema.rb
relation_to_struct-1.4.1 spec/active_record_helper/schema.rb
relation_to_struct-1.4.0 spec/active_record_helper/schema.rb
relation_to_struct-1.3.0 spec/active_record_helper/schema.rb
relation_to_struct-1.2.2 spec/active_record_helper/schema.rb
relation_to_struct-1.2.1 spec/active_record_helper/schema.rb
relation_to_struct-1.2.0 spec/active_record_helper/schema.rb
relation_to_struct-1.1.0 spec/active_record_helper/schema.rb
relation_to_struct-1.0.0 spec/active_record_helper/schema.rb
relation_to_struct-0.0.5 spec/active_record_helper/schema.rb
relation_to_struct-0.0.4 spec/active_record_helper/schema.rb
relation_to_struct-0.0.3 spec/active_record_helper/schema.rb
relation_to_struct-0.0.2 spec/active_record_helper/schema.rb
relation_to_struct-0.0.1 spec/active_record_helper/schema.rb