accessory_store_purchases
-
id bigIncrements
-
accessories_store_id FK bigInteger
-
user_id FK bigInteger
-
first_name string
-
last_name string
-
nickname string
-
nationality string
-
country_code string
-
phone string
-
address string
-
brand_id bigInteger
-
car_model_id bigInteger
-
home_delivery boolean
-
is_mawater_card boolean
-
price float (8,2)
-
timestamps timestamps
accessory_store_purchase_accessories
-
id bigIncrements
-
accessory_store_purchase_id FK bigInteger
-
accessory_id FK bigInteger
-
timestamps timestamps