Sha256: 23308e91a97d6a2b5b70532307acb42352a128006b1c651bd33d442b13805bdc
Contents?: true
Size: 222 Bytes
Versions: 2
Compression:
Stored size: 222 Bytes
Contents
class CreateDeeplyNestedFieldTests < ActiveRecord::Migration def change create_table :deeply_nested_field_tests do |t| t.belongs_to :nested_field_test t.string :title t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems