mirror of
https://github.com/internetee/registry.git
synced 2025-08-07 02:05:12 +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
|