photoprism/internal/entity/schema
Michael Mayer 837669f796 Auth: Extend account settings with user details and avatar upload #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
2022-10-17 19:07:38 +02:00
..
mariadb.mmd Auth: Extend account settings with user details and avatar upload #98 2022-10-17 19:07:38 +02:00
mariadb.sql Auth: Extend account settings with user details and avatar upload #98 2022-10-17 19:07:38 +02:00
README.md Routing: Prefix frontend UI routes with /library #840 #2466 2022-10-15 21:54:11 +02:00

Database Schema

Please keep in mind that some information may be outdated or missing, as these docs were automatically generated from the source code.

Entity-Relationship Diagram

docs.photoprism.app/developer-guide/database/schema/

Mermaid.js Markup

Mermaid lets you create diagrams and visualizations using text and code.

mariadb.mmd

MariaDB SQL Dump

The following dump was created by running mysqldump --no-data --skip-add-locks --skip-comments --skip-opt --skip-set-charset photoprism > mariadb.sql in a terminal:

mariadb.sql

Schema Migrations

docs.photoprism.app/developer-guide/database/migrations/

github.com/photoprism/photoprism/tree/develop/internal/migrate