Sha256: 0beee11e54a96ece5c689f1a11b9f8e4df54c768ce482155337a22a7ca100633

Contents?: true

Size: 201 Bytes

Versions: 2

Compression:

Stored size: 201 Bytes

Contents

class CreateBills < ActiveRecord::Migration
  def change
    create_table :bills do |t|
      t.integer :account_id
      t.date :order_date
      t.date :due_date
      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
test_dummy-0.5.0 test/db/migrate/0003_create_bills.rb
test_dummy-0.4.0 test/db/migrate/0003_create_bills.rb