Gekidou - Updated App Database Diagrams/Schema/Models (#6133)

* app database - schema md file

* exported docs

* proper refactor of file name
This commit is contained in:
Avinash Lingaloo
2022-04-07 17:56:40 +04:00
committed by GitHub
parent 0950dbd21b
commit b5c53d769f
10 changed files with 97 additions and 7 deletions

View File

@@ -0,0 +1,30 @@
# App Database - Schema Version 1
# Please bump the version by 1, any time the schema changes.
# Also, include the migration plan under app/database/migration/server,
# update all models, relationships and types.
# Lastly, export all PNGs, SVGs, etc under the source project (./docs/database)
# If you have any question/queries that you would like to clarify, please reach out to the Mobile Platform Team.
Info
-
id PK string # auto-generated
build_number string
created_at number
version_number string
Global
-
id PK string # GLOBAL_IDENTIFIERS
value string
Servers
-
id PK string # auto-generated
db_path string
display_name string
url string INDEX
last_active_at number INDEX
identifier string INDEX