mediawiki-extensions-Math/sql/mathlatexml.json

60 lines
857 B
JSON
Raw Normal View History

[
{
"name": "mathlatexml",
"columns": [
{
"name": "math_inputhash",
"type": "binary",
"options": {
"notnull": true,
"length": 16,
"fixed": false
}
},
{
"name": "math_inputtex",
"type": "text",
"options": {
"notnull": true,
"length": 65535
}
},
{
"name": "math_tex",
"type": "text",
"options": {
"notnull": false,
"length": 65535
}
},
{
"name": "math_mathml",
"type": "text",
"options": {
"notnull": false,
"length": 16777215
}
},
{
"name": "math_svg",
"type": "text",
"options": {
"notnull": false,
"length": 65535
}
},
{
"name": "math_style",
"type": "mwtinyint",
"options": {
"notnull": false
}
}
],
"indexes": [],
"pk": [
"math_inputhash"
]
}
]