This commit is contained in:
Li1304553726 2025-02-24 19:40:41 +08:00
parent 6d14e4ecdc
commit 4a6d7e7701
1 changed files with 1 additions and 0 deletions

View File

@ -407,6 +407,7 @@ model NodeEdge {
@@map("node_edge")
}
model Animal {
id String @id @default(cuid())
name String