Files
MeganJohns/server/app/constants/__init__.py
2024-12-01 19:15:25 -08:00

12 lines
284 B
Python

# sql table names
ARTISTS_TABLE = "artists"
ALBUMS_TABLE = "albums"
ARTICLES_TABLE = "articles"
ARTWORK_TABLE = "artwork"
ART_MEDIUM_TABLE = "medium"
SOCIAL_TABLE = "social"
BIO_CONTENT_TABLE = "bio_content"
QUOTES_TABLE = "quotes"
VIDEOS_TABLE = "videos"
SERVICES_TABLE = "services"