update seed

This commit is contained in:
Yan
2017-11-07 15:27:48 +06:30
parent 4db7f7b7aa
commit 21498fc714
3 changed files with 13 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ class CreatePrintSettings < ActiveRecord::Migration[5.1]
t.string :name, :null => false
t.string :unique_code, :null => false
t.string :template
t.string :font
t.string :font, :default => ""
t.string :printer_name, :null => false
t.string :api_settings
t.decimal :page_width, :null => false, :default => 210