tax
This commit is contained in:
5
db/migrate/20200226124607_add_column_tax_type.rb
Normal file
5
db/migrate/20200226124607_add_column_tax_type.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddColumnTaxType < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :tax_profiles, :tax_type, :string, default: "Percentage"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user