Skip to content
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

Open
chirag571 opened this issue Dec 10, 2023 · 4 comments
Open

Database #6

chirag571 opened this issue Dec 10, 2023 · 4 comments

Comments

@chirag571
Copy link

can you provide the database table desc?

@ayushman1024
Copy link
Owner

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

@chirag571
Copy link
Author

chirag571 commented Dec 10, 2023 via email

@chirag571
Copy link
Author

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

@ayushman1024
Copy link
Owner

ayushman1024 commented Dec 11, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants