mirror of
https://github.com/Floriansylvain/space-game-api.git
synced 2026-08-19 19:53:25 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//// ------------------------------------------------------
|
||||
//// 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]
|
||||
}
|
||||
Reference in New Issue
Block a user