1
0
forked from noxious/server

Updated default values, added new init. migration

This commit is contained in:
2025-02-16 21:20:25 +01:00
parent b173a993f7
commit 58d7e02de2
3 changed files with 9 additions and 6 deletions

View File

@ -21,6 +21,7 @@
"primary": false,
"nullable": false,
"length": 255,
"default": "''",
"mappedType": "string"
},
"width": {
@ -51,7 +52,7 @@
"unsigned": false,
"autoincrement": false,
"primary": false,
"nullable": true,
"nullable": false,
"length": null,
"mappedType": "json"
},
@ -233,6 +234,7 @@
"primary": false,
"nullable": false,
"length": null,
"default": "0",
"mappedType": "integer"
},
"position_y": {
@ -243,6 +245,7 @@
"primary": false,
"nullable": false,
"length": null,
"default": "0",
"mappedType": "integer"
},
"teleport_id": {