Sha256: 9fbd23b592263c284a347c839e602c57944b5f79da0f6665106fa6eb4aac14cd
Contents?: true
Size: 334 Bytes
Versions: 3
Compression:
Stored size: 334 Bytes
Contents
# This migration comes from invoice_bar (originally 20160605163231) class AddRefFieldsDirectlyToReceipts < ActiveRecord::Migration def change change_table :invoice_bar_receipts do |t| t.string :user_name, default: nil t.integer :user_tax_id, default: nil t.string :user_tax_id2, default: nil end end end
Version data entries
3 entries across 3 versions & 1 rubygems