forked from noxious/server
Updated default values, added new init. migration
This commit is contained in:
@ -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": {
|
||||
|
Reference in New Issue
Block a user