Create initial database schema #3

Open
opened 2025-12-16 15:53:10 +01:00 by vikingowl · 0 comments
Owner

Design and implement the initial database schema.

Tables

  • users
  • campaigns
  • sessions
  • notes
  • files

Requirements

  • Use UUIDs for primary keys
  • Add created_at/updated_at timestamps
  • Implement proper foreign key relationships
Design and implement the initial database schema. ## Tables - [ ] users - [ ] campaigns - [ ] sessions - [ ] notes - [ ] files ## Requirements - Use UUIDs for primary keys - Add created_at/updated_at timestamps - Implement proper foreign key relationships
vikingowl added this to the M1: Hello World milestone 2025-12-16 15:53:10 +01:00
vikingowl added the apidatabase labels 2025-12-16 15:53:10 +01:00
vikingowl added this to the Phase 1: Foundation project 2025-12-16 16:05:24 +01:00
Sign in to join this conversation.