20160713171632_add_ticket_description_into_pos_config.rb 158 B

12345
  1. class AddTicketDescriptionIntoPosConfig < ActiveRecord::Migration
  2. def change
  3. add_column :pos_configs, :ticket_description, :text, null: true
  4. end
  5. end