feat: create db seed for initialization

This commit is contained in:
Rafi Arrafif
2026-01-21 10:26:31 +07:00
parent 20b371dbf6
commit e33c0264fa
7 changed files with 97 additions and 1147 deletions

View File

@ -230,6 +230,7 @@ Table user_preferences {
Table user_roles {
id String [pk]
name String [unique, not null]
description String
primaryColor String
secondaryColor String
pictureImage String