Page MenuHomeWickedGov Phorge

tables.json
No OneTemporary

Size
792 B
Referenced Files
None
Subscribers
None

tables.json

[
{
"name": "global_preferences",
"comment": "Central table that stores global preferences",
"columns": [
{
"name": "gp_user",
"comment": "Key to globaluser.gu_id",
"type": "integer",
"options": {
"notnull": true,
"unsigned": true
}
},
{
"name": "gp_property",
"comment": "Property name, same as user_properties.up_property",
"type": "binary",
"options": {
"length": 255,
"notnull": true
}
},
{
"name": "gp_value",
"comment": "Property value, same as user_properties.up_value",
"type": "blob",
"options": {
"length": 65530,
"notnull": false
}
}
],
"indexes": [
{
"name": "global_preferences_property",
"columns": [
"gp_property"
],
"unique": false
}
],
"pk": [
"gp_user",
"gp_property"
]
}
]

File Metadata

Mime Type
application/json
Expires
Fri, Jul 3, 17:00 (12 h, 51 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
aa/2d/525d44e90774c821086867ee7095
Default Alt Text
tables.json (792 B)

Event Timeline