Hospital-Management-Using-Servlets icon indicating copy to clipboard operation
Hospital-Management-Using-Servlets copied to clipboard

Database

Open chirag571 opened this issue 2 years ago • 4 comments

can you provide the database table desc?

chirag571 avatar Dec 10 '23 15:12 chirag571

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 );

ayushman1024 avatar Dec 10 '23 15:12 ayushman1024

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 https://github.com/ayushman1024/Hospital-Management-Using-Servlets/issues/6#issuecomment-1849001460, 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>

chirag571 avatar Dec 10 '23 15:12 chirag571

i am trying to run this on netbeans 20 should i make it in maven gradle or ant?

chirag571 avatar Dec 11 '23 09:12 chirag571

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 https://github.com/ayushman1024/Hospital-Management-Using-Servlets/issues/6#issuecomment-1849679286, 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>

ayushman1024 avatar Dec 11 '23 09:12 ayushman1024