mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
5 lines
131 B
Ruby
5 lines
131 B
Ruby
class AddInvoicesBuyerVatNo < ActiveRecord::Migration[6.0]
|
|
def change
|
|
add_column :invoices, :buyer_vat_no, :string
|
|
end
|
|
end
|