-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to find out the database in the code #1
Comments
Message me on LinkedIn
https://www.linkedin.com/in/atanu20
…On Mon, 17 Oct, 2022, 11:18 pm KPR111, ***@***.***> wrote:
any one please create the all tables for the database and upload in the
project
—
Reply to this email directly, view it on GitHub
<#1>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/APUG4HALXZCP3YZ66N4F623WDWGNJANCNFSM6AAAAAARHJU6MU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
create database ecom_react; CREATE TABLE users ( CREATE TABLE user_data ( CREATE TABLE orders ( CREATE TABLE orderitems ( INSERT INTO products (id, name, description, price, stock, image_url) VALUES SELECT * FROM products; |
any one please create the all tables for the database and upload in the project
The text was updated successfully, but these errors were encountered: