Skip to content

[Database] Define Initial PostgreSQL Schema #3

Description

@aceblack10

Description:
To support Phase 1 (Pen Pal), we need a basic database schema to store user profiles and their interaction history.

Proposed Tables:

  • Users: Basic metadata (respecting privacy/anonymity).
  • Conversations: Links users to message sessions.
  • Messages: Stores the content of exchanges (Local-first storage).

Deliverable:
A schema.sql file or SQLAlchemy models in the /backend/models directory.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions