Sha256: d818c462c901d67e21977131ae2777eb8fadc120dd730705589aa61c2999bb84
Contents?: true
Size: 191 Bytes
Versions: 2
Compression:
Stored size: 191 Bytes
Contents
class CreateAccounts < ActiveRecord::Migration def change create_table :accounts do |t| t.string :supplier_id t.string :account_number t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dread-0.1.0 | test/dummy/db/migrate/20140918220929_create_accounts.rb |
dread-0.0.7 | test/dummy/db/migrate/20140918220929_create_accounts.rb |