table for doemal
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class CreateOrderReservations < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
create_table :order_reservations do |t|
|
||||
create_table :order_reservations, :id => false do |t|
|
||||
t.string :order_reservation_id, :limit => 16, :primary_key => true
|
||||
t.string :order_reservation_type, :null => false
|
||||
t.string :customer_id, :null => false
|
||||
|
||||
Reference in New Issue
Block a user