1
0
forked from noxious/server

Added width and height fields, init fix

This commit is contained in:
2025-02-20 00:44:36 +01:00
parent b673e7a176
commit d6681f9af7
4 changed files with 259 additions and 6 deletions

View File

@ -739,6 +739,28 @@
"length": 255,
"mappedType": "string"
},
"width": {
"name": "width",
"type": "int",
"unsigned": false,
"autoincrement": false,
"primary": false,
"nullable": false,
"length": null,
"default": "0",
"mappedType": "integer"
},
"height": {
"name": "height",
"type": "int",
"unsigned": false,
"autoincrement": false,
"primary": false,
"nullable": false,
"length": null,
"default": "0",
"mappedType": "integer"
},
"created_at": {
"name": "created_at",
"type": "datetime",