Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 728 Bytes

File metadata and controls

20 lines (15 loc) · 728 Bytes

Database schema for the application

This schema is designed to support the functionality of the application, including user management, community management, reports, comments, activities, and tags.

dbml diagram supports the following features:

  • Enum types
  • Tables with primary keys
  • Tables with foreign keys
  • Indexes on tables
  • Default values for columns
  • Timestamps for auditing
  • Unique constraints on columns
  • Long blob types for images
  • Text types for long strings
  • Tinyint for boolean values

View diagram in dbdiagram.io: dbdiagram

or in dbml format: dbml