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

Modify the database 🦖 #3

Open
AntonioBerna opened this issue Dec 16, 2024 · 0 comments
Open

Modify the database 🦖 #3

AntonioBerna opened this issue Dec 16, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@AntonioBerna
Copy link
Owner

I was thinking of completely modifying the database structure present in the src/table.sql file which I report below for simplicity:

-- Use the following command to create a tasks table on todolist database
CREATE TABLE tasks (
    id SERIAL PRIMARY KEY,
    description TEXT NOT NULL
);

so you can add a login for each user.

@AntonioBerna AntonioBerna added enhancement New feature or request good first issue Good for newcomers labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant