Sha256: 8676219dd7a0abf37c918cd9d25318c9cf5876cb08bea2a9baa28445295b1bc7
Contents?: true
Size: 274 Bytes
Versions: 36
Compression:
Stored size: 274 Bytes
Contents
class ChangeTableBaseBillingDepartments < ActiveRecord::Migration def change change_table :billing_departments do |t| t.integer :number t.boolean :banned t.timestamp :deleted_at end add_index :billing_departments, :tax_group_id end end
Version data entries
36 entries across 36 versions & 1 rubygems