Sha256: 74cfee3249ce07b0f5762b84067a22af0b83967c952d9120134f2e7506f069f5
Contents?: true
Size: 304 Bytes
Versions: 4
Compression:
Stored size: 304 Bytes
Contents
class CreateExpenseGunExpenseLines < ActiveRecord::Migration def change create_table :expense_gun_expense_lines do |t| t.integer :expense_id t.string :name t.date :date t.float :amount t.float :tax_part t.float :company_part t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems