Files
space-game-api/prisma/dbml/schema.dbml
T
2024-02-08 13:59:12 +01:00

10 lines
298 B
Plaintext

//// ------------------------------------------------------
//// THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
//// ------------------------------------------------------
Table Score {
id Int [pk, increment]
nickname String [not null]
score Int [not null]
position Int [not null]
}