upd: update struktur database

Deskripsi:
- update struktur database
- tambah table admin dan role admin
- update seeder

No Issues
This commit is contained in:
amel
2024-07-31 21:21:02 +08:00
parent 89281f286d
commit bef4b6b63a
11 changed files with 207 additions and 37 deletions

View File

@@ -0,0 +1,10 @@
[
{
"id": "dev",
"name": "Developer"
},
{
"id": "admin",
"name": "Admin"
}
]