♻️ refactor: change all id types to uuidv7

This commit is contained in:
Rafi Arrafif
2026-01-27 22:29:21 +07:00
parent 2f1e37ce52
commit c730689587
6 changed files with 113 additions and 81 deletions

View File

@ -52,7 +52,7 @@ Table genres {
id String [pk]
name String [not null]
slug String [unique, not null]
malId Int [not null]
malId Int [unique, not null]
malUrl String [not null]
creator users [not null]
createdBy String [not null]
@ -68,7 +68,7 @@ Table studios {
name String [not null]
slug String [unique, not null]
linkAbout String [not null]
malId Int [not null]
malId Int [unique, not null]
logoUrl String
creator users [not null]
createdBy String [not null]