Sha256: 445eb9d50f755f306f62b02f8d2b85ff64a6ca91d55766645ec57e54081c2829
Contents?: true
Size: 220 Bytes
Versions: 22
Compression:
Stored size: 220 Bytes
Contents
class CreateAnotherFieldTests < ActiveRecord::Migration def change create_table :another_field_tests do |t| t.timestamps end add_column :nested_field_tests, :another_field_test_id, :integer end end
Version data entries
22 entries across 22 versions & 2 rubygems