Page MenuHomeWickedGov Phorge

patch-modify-gb_by-default.json
No OneTemporary

Size
4 KB
Referenced Files
None
Subscribers
None

patch-modify-gb_by-default.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_target_central_id",
"type": "integer",
"options": {
"notnull": true,
"unsigned": true,
"default": 0
}
},
{
"name": "gb_by",
"type": "string",
"options": {
"length": 255,
"notnull": true
}
},
{
"name": "gb_by_central_id",
"type": "integer",
"options": {
"notnull": false,
"unsigned": true,
"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": "mwtimestamp",
"options": {
"notnull": true
}
},
{
"name": "gb_anon_only",
"type": "mwtinyint",
"options": {
"length": 1,
"notnull": true,
"default": 0
}
},
{
"name": "gb_expiry",
"type": "mwtimestamp",
"options": {
"notnull": true,
"CustomSchemaOptions": {
"allowInfinite": 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_target_central_id",
"columns": [
"gb_target_central_id"
],
"unique": false
},
{
"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_target_central_id",
"type": "integer",
"options": {
"notnull": true,
"unsigned": true,
"default": 0
}
},
{
"name": "gb_by",
"type": "string",
"options": {
"length": 255,
"notnull": true,
"default": ""
}
},
{
"name": "gb_by_central_id",
"type": "integer",
"options": {
"notnull": true,
"unsigned": 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": "mwtimestamp",
"options": {
"notnull": true
}
},
{
"name": "gb_anon_only",
"type": "mwtinyint",
"options": {
"length": 1,
"notnull": true,
"default": 0
}
},
{
"name": "gb_expiry",
"type": "mwtimestamp",
"options": {
"notnull": true,
"CustomSchemaOptions": {
"allowInfinite": 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_target_central_id",
"columns": [
"gb_target_central_id"
],
"unique": false
},
{
"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, 15:28 (15 h, 18 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
81/a5/fec1925e92eeb9c0af272b6605af
Default Alt Text
patch-modify-gb_by-default.json (4 KB)

Event Timeline