Sha256: 9f0cfeb1f1d91350bbf58325c13895ba1b20f5a41868f5843f54e903978f2548
Contents?: true
Size: 254 Bytes
Versions: 3
Compression:
Stored size: 254 Bytes
Contents
class CreateAccounts < ActiveRecord::Migration def change create_table :accounts do |t| t.string :company_name t.string :qb_token t.string :qb_secret t.string :qb_company_id t.timestamps null: false end end end
Version data entries
3 entries across 3 versions & 1 rubygems