remove null false for product_alt_name in slae_items migration
This commit is contained in:
@@ -6,7 +6,7 @@ class CreateSaleItems < ActiveRecord::Migration[5.1]
|
||||
t.string :product_code, :null => false
|
||||
t.string :item_instance_code
|
||||
t.string :product_name, :null => false
|
||||
t.string :product_alt_name, :null => false
|
||||
t.string :product_alt_name
|
||||
t.integer :account_id, :index => true, :limit => 8, :null => false, :default => 1
|
||||
t.string :status, :index => true
|
||||
t.string :remark, :index => true
|
||||
|
||||
Reference in New Issue
Block a user