Sha256: 8bce856dc80780d89828c12aed0bda6abebf205ae5835895a6495cb48b4ccb1a
Contents?: true
Size: 203 Bytes
Versions: 34
Compression:
Stored size: 203 Bytes
Contents
class CreateNestedFieldTests < ActiveRecord::Migration def change create_table :nested_field_tests do |t| t.string :title t.integer :field_test_id t.timestamps end end end
Version data entries
34 entries across 34 versions & 5 rubygems