updated seed for customer

This commit is contained in:
Yan
2017-06-07 19:10:57 +06:30
parent f746c18238
commit b395e2e6f1
3 changed files with 9 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ class CreateCustomers < ActiveRecord::Migration[5.1]
t.string :customer_id, :limit => 16, :primary_key => true #custom foreign_key to prevent conflict during sync
t.string :name, :null => false
t.string :company
t.string :contact_no
t.string :contact_no, :unique => true
t.string :email
t.date :date_of_birth
t.string :membership_id