-
Notifications
You must be signed in to change notification settings - Fork 33
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
Database #6
Comments
I have lost the SQL files, but you can get help from the below "create table" query for datatypes (similar for other tables) CREATE TABLE doctor ( |
Thank you so much bro
…On Sun, 10 Dec 2023, 9:20 pm Ayushman Srivastava, ***@***.***> wrote:
I have lost the SQL files, but you can get help from the below "create
table" query for datatypes (similar for other tables)
CREATE TABLE doctor (
id INT AUTO_INCREMENT PRIMARY KEY,
name VARCHAR(255) NOT NULL,
email VARCHAR(255) NOT NULL,
phone VARCHAR(255) NOT NULL,
age INT NOT NULL,
joindate DATE NOT NULL,
salary BIGINT NOT NULL,
specialist VARCHAR(255) NOT NULL,
patients VARCHAR(255) NOT NULL
);
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7EV5LFIU6ZL4R6YUWVYPXLYIXK33AVCNFSM6AAAAABAOUK6ZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBZGAYDCNBWGA>
.
You are receiving this because you authored the thread.Message ID:
<ayushman1024/Hospital-Management-Using-Servlets/issues/6/1849001460@
github.com>
|
i am trying to run this on netbeans 20 should i make it in maven gradle or ant? |
Hey,
I remember I made this project in Eclipse Ide with Maven.
…On Mon, Dec 11, 2023, 3:15 PM chirag571 ***@***.***> wrote:
i am trying to run this on netbeans 20 should i make it in maven gradle or
ant?
—
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHPKXAH5GDUUOI3YTDDUOZTYI3I3TAVCNFSM6AAAAABAOUK6ZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBZGY3TSMRYGY>
.
You are receiving this because you commented.Message ID:
<ayushman1024/Hospital-Management-Using-Servlets/issues/6/1849679286@
github.com>
|
can you provide the database table desc?
The text was updated successfully, but these errors were encountered: