add item instance code to order item

This commit is contained in:
Yan
2017-08-28 14:19:40 +06:30
parent 812a32a89f
commit 8577754c0f
3 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ class CreateOrderItems < ActiveRecord::Migration[5.1]
t.string :order_item_status, :null => false, :default => "new"
t.string :item_order_by #person who order this
t.string :item_code, :null => false
t.string :item_instance_code
t.string :item_name, :null => false
t.string :alt_name, :null => false
t.integer :account_id, :limit => 8, :null => false, :default => 1