(important)migrateion files changed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class CreateOrders < ActiveRecord::Migration[5.0]
|
||||
class CreateOrders < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
create_table :orders, :id => false do |t|
|
||||
t.string :order_id, :limit => 16, :primary_key => true #custom foreign_key to prevent conflict during sync
|
||||
|
||||
Reference in New Issue
Block a user