Skip to content

feat: add projects table#9

Open
EmmaWolman wants to merge 1 commit intomainfrom
feature/projects-table
Open

feat: add projects table#9
EmmaWolman wants to merge 1 commit intomainfrom
feature/projects-table

Conversation

@EmmaWolman
Copy link

This PR adds a new projects table to support lab project tracking.

Table definition (projects):

  • id (SERIAL PRIMARY KEY)
  • name (TEXT NOT NULL)
  • description (TEXT)
  • created_at (TIMESTAMP DEFAULT NOW())

Closes #5

@EmmaWolman EmmaWolman self-assigned this Oct 26, 2025
@willzoo willzoo self-requested a review October 27, 2025 03:25
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

Successfully merging this pull request may close these issues.

Define Table for projects

1 participant