wip multi orders
This commit is contained in:
parent
fd769509af
commit
f676497e43
29 changed files with 939 additions and 107 deletions
7
db/migrate/20250410090018_create_multi_orders.rb
Normal file
7
db/migrate/20250410090018_create_multi_orders.rb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
class CreateMultiOrders < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
create_table :multi_orders, id: :integer do |t|
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue