Shakllangan bazaga ma’lumot qo’shish
insert into Category
values (1,'Bitavoy texnika','bitavoy-texnika');
insert into users
VALUES (1,'user','user@gmail.com','12345678');
insert into role
values (1,'user');
insert into role_user
values(1,1,1);
insert into product
values(1,'Холодильник Samsung Rt 32',430,20,25,'qulay va shinam','D:\Install\hdd\wallhaven-zm33xo.jpg','D:\Install\hdd\wallhaven-zm33xo.jpg,D:\Install\hdd\wallhaven-zm33xo1.jpg,D:\Install\hdd\wallhaven-zm33xo2.jpg',1,'xолодильник-samsung-rt-32',1);
insert into wishlist
values(1,1,1);
insert into cart
values(1,1,1,20,430,1);
insert into orders
values(1,430,'01/01/2022','03/01/2022',30,1,'payme',1,'Azimbek','Xaydarov','+998971234567','Toshkent');
insert into orderdetail
values (1,1,1,1,20,430,1);
insert into review
values(1,1,5,'yaxshi',1)
Do'stlaringiz bilan baham: |