Sha256: dec801e52ff95317dbbfa61afac5a983e8ec235c1f3ee2ad1b49973c1155b741
Contents?: true
Size: 252 Bytes
Versions: 36
Compression:
Stored size: 252 Bytes
Contents
class CreateBillingDepartments < ActiveRecord::Migration def change create_table :billing_departments do |t| t.integer :master_id t.string :name t.integer :tax_group_id t.string :type t.timestamps end end end
Version data entries
36 entries across 36 versions & 1 rubygems