This commit is contained in:
Myat Zin Wai Maw
2020-02-27 10:17:24 +06:30
parent 1c094d656a
commit da0e7b0168
8 changed files with 56 additions and 30 deletions

View File

@@ -0,0 +1,5 @@
class AddColumnTaxType < ActiveRecord::Migration[5.1]
def change
add_column :tax_profiles, :tax_type, :string, default: "Percentage"
end
end