Skip to content
Snippets Groups Projects
Commit 695ecfaf authored by Evgeny Lavrik's avatar Evgeny Lavrik
Browse files

Update StsAsicQA schema, migrate FusedUID from string to uint64

parent 13510213
No related branches found
No related tags found
No related merge requests found
{
"generatorVersion": "1.4.6",
"version": "1.0.3",
"generatorVersion": "1.4.10",
"version": "1.0.4",
"name": "StsAsicQA",
"url": "",
"classes": [
{
"name": "StsASIC",
"context": "DefaultContext",
"dataType": "kData",
"detectorType": "kSts",
"dictionaryColumn": "Id",
"versioned": true,
"audited": false,
"includes": [],
"uniqueConstraints": [],
"properties": [
{
"name": "Id",
"description": "Id",
"friendlyType": "Integer",
"cxxType": "int",
"subType": "",
"defaultValue": "-1",
"searcheable": true,
"isRelation": false,
"importedClass": false,
"regex": "",
"pythonDefaultValue": "-1",
"jsDefaultValue": "-1",
"phpDefaultValue": "-1",
"phpDbType": "integer"
},
{
"name": "UID",
"description": "UID",
"friendlyType": "String",
"cxxType": "std::string",
"subType": "",
"defaultValue": "\"\"",
"dbType": "TEXT",
"jsonType": "String",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -27,27 +46,27 @@
},
{
"name": "FusedUID",
"friendlyType": "String",
"cxxType": "std::string",
"defaultValue": "\"\"",
"dbType": "TEXT",
"jsonType": "String",
"description": "Fused UID",
"friendlyType": "unsigned long",
"cxxType": "unsigned long",
"subType": "",
"defaultValue": "0",
"searcheable": true,
"isRelation": false,
"importedClass": false,
"regex": "",
"pythonDefaultValue": "\"\"",
"jsDefaultValue": "\"\"",
"phpDefaultValue": "''",
"phpDbType": "text"
"pythonDefaultValue": "0",
"jsDefaultValue": "0",
"phpDefaultValue": "0",
"phpDbType": "bigInteger"
},
{
"name": "Good",
"description": "Good",
"friendlyType": "Boolean",
"cxxType": "bool",
"subType": "",
"defaultValue": "false",
"dbType": "INT",
"jsonType": "Bool",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -59,11 +78,11 @@
},
{
"name": "Responding",
"description": "Responding",
"friendlyType": "Boolean",
"cxxType": "bool",
"subType": "",
"defaultValue": "false",
"dbType": "INT",
"jsonType": "Bool",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -75,11 +94,11 @@
},
{
"name": "TestingStageNumber",
"description": "Testing Stage Number",
"friendlyType": "Integer",
"cxxType": "int",
"subType": "",
"defaultValue": "0",
"dbType": "INT",
"jsonType": "Int",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -91,11 +110,11 @@
},
{
"name": "I_bef_cfg",
"description": "I_bef_cfg",
"friendlyType": "Double",
"cxxType": "double",
"subType": "",
"defaultValue": "0.",
"dbType": "DOUBLE",
"jsonType": "Double",
"searcheable": false,
"isRelation": false,
"importedClass": false,
......@@ -107,11 +126,11 @@
},
{
"name": "I_after_cfg",
"description": "I_after_cfg",
"friendlyType": "Double",
"cxxType": "double",
"subType": "",
"defaultValue": "0.",
"dbType": "DOUBLE",
"jsonType": "Double",
"searcheable": false,
"isRelation": false,
"importedClass": false,
......@@ -123,11 +142,11 @@
},
{
"name": "ErrorRegisters",
"description": "Error Registers",
"friendlyType": "Integer Vector",
"cxxType": "std::vector<int>",
"subType": "",
"defaultValue": "{}",
"dbType": "TEXT",
"jsonType": "Int",
"searcheable": false,
"isRelation": false,
"importedClass": false,
......@@ -139,11 +158,11 @@
},
{
"name": "AnalogResponse",
"description": "Analog Response",
"friendlyType": "Boolean",
"cxxType": "bool",
"subType": "",
"defaultValue": "false",
"dbType": "INT",
"jsonType": "Bool",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -155,11 +174,11 @@
},
{
"name": "CalibrationMatrix",
"description": "Calibration Matrix",
"friendlyType": "2D Integer Vector",
"cxxType": "std::vector< std::vector<int> >",
"subType": "",
"defaultValue": "{}",
"dbType": "TEXT",
"jsonType": "Int",
"searcheable": false,
"isRelation": false,
"importedClass": false,
......@@ -171,11 +190,11 @@
},
{
"name": "BadChannelNumbers",
"description": "Bad Channel Numbers",
"friendlyType": "Integer Vector",
"cxxType": "std::vector<int>",
"subType": "",
"defaultValue": "{}",
"dbType": "TEXT",
"jsonType": "Int",
"searcheable": false,
"isRelation": false,
"importedClass": false,
......@@ -187,11 +206,11 @@
},
{
"name": "NumBadChannels",
"description": "Num Bad Channels",
"friendlyType": "Integer",
"cxxType": "int",
"subType": "",
"defaultValue": "0",
"dbType": "INT",
"jsonType": "Int",
"searcheable": false,
"isRelation": false,
"importedClass": false,
......@@ -203,11 +222,11 @@
},
{
"name": "Polarity",
"description": "Polarity",
"friendlyType": "Boolean",
"cxxType": "bool",
"subType": "",
"defaultValue": "false",
"dbType": "INT",
"jsonType": "Bool",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -219,11 +238,11 @@
},
{
"name": "Gain",
"description": "Gain",
"friendlyType": "Double",
"cxxType": "double",
"subType": "",
"defaultValue": "0.",
"dbType": "DOUBLE",
"jsonType": "Double",
"searcheable": false,
"isRelation": false,
"importedClass": false,
......@@ -235,11 +254,11 @@
},
{
"name": "VRefN",
"description": "VRef N",
"friendlyType": "Integer",
"cxxType": "int",
"subType": "",
"defaultValue": "0",
"dbType": "INT",
"jsonType": "Int",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -251,11 +270,11 @@
},
{
"name": "VRefP",
"description": "VRef P",
"friendlyType": "Integer",
"cxxType": "int",
"subType": "",
"defaultValue": "0",
"dbType": "INT",
"jsonType": "Int",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -267,11 +286,11 @@
},
{
"name": "VRefT",
"description": "VRef T",
"friendlyType": "Integer",
"cxxType": "int",
"subType": "",
"defaultValue": "0",
"dbType": "INT",
"jsonType": "Int",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -283,11 +302,11 @@
},
{
"name": "Thr2_glb",
"description": "Thr2_glb",
"friendlyType": "Integer",
"cxxType": "int",
"subType": "",
"defaultValue": "0",
"dbType": "INT",
"jsonType": "Int",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -299,11 +318,11 @@
},
{
"name": "Quality",
"description": "Quality",
"friendlyType": "Double",
"cxxType": "double",
"subType": "",
"defaultValue": "0.",
"dbType": "DOUBLE",
"jsonType": "Double",
"searcheable": false,
"isRelation": false,
"importedClass": false,
......@@ -315,11 +334,11 @@
},
{
"name": "Date",
"description": "Date",
"friendlyType": "TimeStamp",
"cxxType": "TimeStamp",
"subType": "",
"defaultValue": "TimeStamp()",
"dbType": "DATETIME",
"jsonType": "UInt",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -331,11 +350,11 @@
},
{
"name": "Comment",
"description": "Comment",
"friendlyType": "String",
"cxxType": "std::string",
"subType": "",
"defaultValue": "\"\"",
"dbType": "TEXT",
"jsonType": "String",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -347,11 +366,11 @@
},
{
"name": "CalibrationRangeStart",
"description": "Calibration Range Start",
"friendlyType": "Integer",
"cxxType": "int",
"subType": "",
"defaultValue": "0",
"dbType": "INT",
"jsonType": "Int",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -363,11 +382,11 @@
},
{
"name": "CalibrationRangeEnd",
"description": "Calibration Range End",
"friendlyType": "Integer",
"cxxType": "int",
"subType": "",
"defaultValue": "0",
"dbType": "INT",
"jsonType": "Int",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -379,11 +398,11 @@
},
{
"name": "Location",
"description": "Location",
"friendlyType": "String",
"cxxType": "std::string",
"subType": "",
"defaultValue": "\"\"",
"dbType": "TEXT",
"jsonType": "String",
"searcheable": true,
"isRelation": false,
"importedClass": false,
......@@ -392,14 +411,26 @@
"jsDefaultValue": "\"\"",
"phpDefaultValue": "''",
"phpDbType": "text"
},
{
"name": "CreatedAt",
"description": "Created At",
"friendlyType": "TimeStamp",
"cxxType": "TimeStamp",
"subType": "",
"defaultValue": "TimeStamp()",
"searcheable": true,
"isRelation": false,
"importedClass": false,
"regex": "",
"pythonDefaultValue": "0",
"jsDefaultValue": "new Date(0)",
"phpDefaultValue": "0",
"phpDbType": "unsignedInteger"
}
],
"title": "Asic QA info",
"classes": [],
"version": "1",
"relations": [],
"includes": [],
"json": true
"staticRows": []
}
]
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment