print settings
This commit is contained in:
@@ -4,7 +4,9 @@ class CreatePrintSettings < ActiveRecord::Migration[5.1]
|
||||
t.string :name, :null => false
|
||||
t.string :unique_code, :null => false
|
||||
t.string :template
|
||||
t.string :font, :default => ""
|
||||
t.string :font, :default => ""
|
||||
t.integer :header_font_size, :null => false, :default => 11
|
||||
t.integer :item_font_size, :null => false, :default => 9
|
||||
t.string :printer_name, :null => false
|
||||
t.string :api_settings
|
||||
t.string :brand_name
|
||||
|
||||
Reference in New Issue
Block a user