Database
can you provide the database table desc?
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 );
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>
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 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>