Sha256: 061d851e69ac70a3dcb16326c8ba89820864636cba072d0901a06a0300225b7b

Contents?: true

Size: 177 Bytes

Versions: 8

Compression:

Stored size: 177 Bytes

Contents

class CreateAccounts < ActiveRecord::Migration
  def change
    create_table :accounts do |t|
      t.references :user
      t.string :note
      t.timestamps
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
embedded_associations-4.1.2 spec/support/app/db/migrate/20130225173717_create_accounts.rb
embedded_associations-4.1.1 spec/support/app/db/migrate/20130225173717_create_accounts.rb
embedded_associations-4.1.0 spec/support/app/db/migrate/20130225173717_create_accounts.rb
embedded_associations-4.0.0 spec/support/app/db/migrate/20130225173717_create_accounts.rb
embedded_associations-0.0.4 spec/support/app/db/migrate/20130225173717_create_accounts.rb
embedded_associations-0.0.3 spec/support/app/db/migrate/20130225173717_create_accounts.rb
embedded_associations-0.0.2 spec/support/app/db/migrate/20130225173717_create_accounts.rb
embedded_associations-0.0.1 spec/support/app/db/migrate/20130225173717_create_accounts.rb