mirror of
https://github.com/Floriansylvain/space-game-api.git
synced 2026-08-19 19:53:25 +02:00
10 lines
298 B
Plaintext
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]
|
|
} |