Sha256: 390704495cb7eafe2caf6e7c656d6d8419dac9484801a726e2e485fa014c4dd8

Contents?: true

Size: 262 Bytes

Versions: 7

Compression:

Stored size: 262 Bytes

Contents

class CreateTrustFundKids < ActiveRecord::Migration

  def self.up
    create_table :trust_fund_kids do |t|
      t.string :role_name
      t.integer :account_balance
      t.timestamps
    end
  end

  def self.down
    drop_table :trust_fund_kids
  end
  
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
aegis-1.1.8 test/app_root/db/migrate/20091110075649_create_trust_fund_kids.rb
thelinuxlich-aegis-1.1.9 test/app_root/db/migrate/20091110075649_create_trust_fund_kids.rb
thelinuxlich-aegis-1.1.8 test/app_root/db/migrate/20091110075649_create_trust_fund_kids.rb
thelinuxlich-aegis-1.1.7 test/app_root/db/migrate/20091110075649_create_trust_fund_kids.rb
aegis-1.1.7 test/app_root/db/migrate/20091110075649_create_trust_fund_kids.rb
aegis-1.1.6 test/app_root/db/migrate/20091110075649_create_trust_fund_kids.rb
aegis-1.1.5 test/app_root/db/migrate/20091110075649_create_trust_fund_kids.rb