Added taxable flag

This commit is contained in:
2026-03-17 12:25:58 -04:00
parent f81fe0ef87
commit 24e3e4ba82
5 changed files with 20 additions and 1 deletions

View File

@@ -21,5 +21,6 @@ class CreateAccounts < ActiveRecord::Migration[7.0]
add_reference :items, :account, foreign_key: true
add_column :items, :type, :string
add_column :items, :taxable, :boolean, null: true
end
end