Page MenuHomeWickedGov Phorge

patch-add-gb_by_central_id.json
No OneTemporary

Size
3 KB
Referenced Files
None
Subscribers
None

patch-add-gb_by_central_id.json

{
"before": {
"name": "globalblocks",
"columns": [
{
"name": "gb_id",
"type": "integer",
"options": {
"notnull": true,
"unsigned": true,
"autoincrement": true
}
},
{
"name": "gb_address",
"type": "string",
"options": {
"length": 255,
"notnull": true
}
},
{
"name": "gb_by",
"type": "string",
"options": {
"length": 255,
"notnull": true
}
},
{
"name": "gb_by_wiki",
"type": "binary",
"options": {
"length": 255,
"notnull": true
}
},
{
"name": "gb_reason",
"type": "binary",
"options": {
"length": 767,
"notnull": true
}
},
{
"name": "gb_timestamp",
"type": "string",
"options": {
"length": 14,
"notnull": true
}
},
{
"name": "gb_anon_only",
"type": "integer",
"options": {
"length": 1,
"notnull": true,
"default": 0
}
},
{
"name": "gb_expiry",
"type": "binary",
"options": {
"default": "",
"length": 14,
"notnull": true
}
},
{
"name": "gb_range_start",
"type": "binary",
"options": {
"length": 35,
"notnull": true
}
},
{
"name": "gb_range_end",
"type": "binary",
"options": {
"length": 35,
"notnull": true
}
}
],
"indexes": [
{
"name": "gb_address",
"columns": [
"gb_address",
"gb_anon_only"
],
"unique": true
},
{
"name": "gb_range",
"columns": [
"gb_range_start",
"gb_range_end"
],
"unique": false
},
{
"name": "gb_timestamp",
"columns": [
"gb_timestamp"
],
"unique": false
},
{
"name": "gb_expiry",
"columns": [
"gb_expiry"
],
"unique": false
}
],
"pk": [
"gb_id"
]
},
"after": {
"name": "globalblocks",
"columns": [
{
"name": "gb_id",
"type": "integer",
"options": {
"notnull": true,
"unsigned": true,
"autoincrement": true
}
},
{
"name": "gb_address",
"type": "string",
"options": {
"length": 255,
"notnull": true
}
},
{
"name": "gb_by",
"type": "string",
"options": {
"length": 255,
"notnull": true
}
},
{
"name": "gb_by_central_id",
"type": "integer",
"options": {
"unsigned": true,
"notnull": false,
"default": null
}
},
{
"name": "gb_by_wiki",
"type": "binary",
"options": {
"length": 255,
"notnull": true
}
},
{
"name": "gb_reason",
"type": "binary",
"options": {
"length": 767,
"notnull": true
}
},
{
"name": "gb_timestamp",
"type": "string",
"options": {
"length": 14,
"notnull": true
}
},
{
"name": "gb_anon_only",
"type": "integer",
"options": {
"length": 1,
"notnull": true,
"default": 0
}
},
{
"name": "gb_expiry",
"type": "binary",
"options": {
"default": "",
"length": 14,
"notnull": true
}
},
{
"name": "gb_range_start",
"type": "binary",
"options": {
"length": 35,
"notnull": true
}
},
{
"name": "gb_range_end",
"type": "binary",
"options": {
"length": 35,
"notnull": true
}
}
],
"indexes": [
{
"name": "gb_address",
"columns": [
"gb_address",
"gb_anon_only"
],
"unique": true
},
{
"name": "gb_range",
"columns": [
"gb_range_start",
"gb_range_end"
],
"unique": false
},
{
"name": "gb_timestamp",
"columns": [
"gb_timestamp"
],
"unique": false
},
{
"name": "gb_expiry",
"columns": [
"gb_expiry"
],
"unique": false
}
],
"pk": [
"gb_id"
]
}
}

File Metadata

Mime Type
application/json
Expires
Sat, May 16, 18:19 (6 h, 59 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a5/4d/fb593efd00b0b60d45c0ee396a2c
Default Alt Text
patch-add-gb_by_central_id.json (3 KB)

Event Timeline