mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
5 lines
126 B
Ruby
5 lines
126 B
Ruby
class AddInvoicesBuyerVatNo < ActiveRecord::Migration
|
|
def change
|
|
add_column :invoices, :buyer_vat_no, :string
|
|
end
|
|
end
|