Commit 5d88fd1f authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

update schema: addres in order

parent 166df86e
...@@ -74,6 +74,7 @@ model order { ...@@ -74,6 +74,7 @@ model order {
user user @relation(fields: [user_id], references: [id]) user user @relation(fields: [user_id], references: [id])
total_price Int total_price Int
product_count Int product_count Int
address String @db.LongText
date DateTime @default(now()) date DateTime @default(now())
shipping_price Int shipping_price Int
pay_status Int pay_status Int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment