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

Update tutorial

parent 36cacd6e
Branches
No related tags found
No related merge requests found
{
"generatorVersion": "1.3.1",
"version": "1.0.3",
"generatorVersion": "1.4.17",
"version": "1.0.4",
"name": "Tutorial",
"url": "",
"classes": [
......@@ -8,12 +8,13 @@
"name": "Component",
"dictionaryColumn": "Name",
"versioned": true,
"audited": true,
"audited": false,
"includes": [],
"uniqueConstraints": [],
"properties": [
{
"name": "Id",
"description": "Id",
"friendlyType": "Long Integer",
"cxxType": "long",
"subType": "",
......@@ -29,6 +30,7 @@
},
{
"name": "Name",
"description": "Name",
"friendlyType": "String",
"cxxType": "std::string",
"subType": "",
......@@ -44,6 +46,7 @@
},
{
"name": "ChannelMap",
"description": "Channel Map",
"friendlyType": "Integer Vector",
"cxxType": "std::vector<int>",
"subType": "",
......@@ -59,6 +62,7 @@
},
{
"name": "CalibrationMatrix",
"description": "Calibration Matrix",
"friendlyType": "2D Double Vector",
"cxxType": "std::vector< std::vector<double> >",
"subType": "",
......@@ -74,6 +78,7 @@
},
{
"name": "TestDate",
"description": "Test Date",
"friendlyType": "TimeStamp",
"cxxType": "TimeStamp",
"subType": "",
......@@ -83,12 +88,13 @@
"importedClass": false,
"regex": "",
"pythonDefaultValue": "0",
"jsDefaultValue": "new Date(0)",
"jsDefaultValue": "0",
"phpDefaultValue": "0",
"phpDbType": "unsignedInteger"
},
{
"name": "QaPassed",
"description": "Qa Passed",
"friendlyType": "Boolean",
"cxxType": "bool",
"subType": "",
......@@ -104,6 +110,7 @@
},
{
"name": "File",
"description": "File",
"friendlyType": "String",
"cxxType": "std::string",
"subType": "URL",
......@@ -119,6 +126,7 @@
},
{
"name": "Comment",
"description": "Comment",
"friendlyType": "String",
"cxxType": "std::string",
"subType": "",
......@@ -134,6 +142,7 @@
},
{
"name": "CreatedAt",
"description": "Created At",
"friendlyType": "TimeStamp",
"cxxType": "TimeStamp",
"subType": "",
......@@ -143,21 +152,6 @@
"importedClass": false,
"regex": "",
"pythonDefaultValue": "0",
"jsDefaultValue": "new Date(0)",
"phpDefaultValue": "0",
"phpDbType": "unsignedInteger"
},
{
"name": "UserId",
"friendlyType": "Integer",
"cxxType": "int",
"subType": "",
"defaultValue": "0",
"searcheable": true,
"isRelation": false,
"importedClass": false,
"regex": "",
"pythonDefaultValue": "0",
"jsDefaultValue": "0",
"phpDefaultValue": "0",
"phpDbType": "unsignedInteger"
......@@ -170,12 +164,13 @@
"property": "Module",
"backwardProperty": "Detector"
}
]
],
"staticRows": []
},
{
"name": "Module",
"dictionaryColumn": "Name",
"versioned": false,
"versioned": true,
"audited": false,
"includes": [],
"uniqueConstraints": [
......@@ -186,6 +181,7 @@
"properties": [
{
"name": "Id",
"description": "Id",
"friendlyType": "Long Integer",
"cxxType": "long",
"subType": "",
......@@ -201,6 +197,7 @@
},
{
"name": "Name",
"description": "Name",
"friendlyType": "String",
"cxxType": "std::string",
"subType": "",
......@@ -216,6 +213,7 @@
},
{
"name": "AssemblyDate",
"description": "Assembly Date",
"friendlyType": "TimeStamp",
"cxxType": "TimeStamp",
"subType": "",
......@@ -225,12 +223,13 @@
"importedClass": false,
"regex": "",
"pythonDefaultValue": "0",
"jsDefaultValue": "new Date(0)",
"jsDefaultValue": "0",
"phpDefaultValue": "0",
"phpDbType": "unsignedInteger"
},
{
"name": "Location",
"description": "Location",
"friendlyType": "String",
"cxxType": "std::string",
"subType": "",
......@@ -246,6 +245,7 @@
},
{
"name": "Comment",
"description": "Comment",
"friendlyType": "String",
"cxxType": "std::string",
"subType": "",
......@@ -261,6 +261,7 @@
},
{
"name": "CreatedAt",
"description": "Created At",
"friendlyType": "TimeStamp",
"cxxType": "TimeStamp",
"subType": "",
......@@ -270,22 +271,7 @@
"importedClass": false,
"regex": "",
"pythonDefaultValue": "0",
"jsDefaultValue": "new Date(0)",
"phpDefaultValue": "0",
"phpDbType": "unsignedInteger"
},
{
"name": "UpdatedAt",
"friendlyType": "TimeStamp",
"cxxType": "TimeStamp",
"subType": "",
"defaultValue": "TimeStamp()",
"searcheable": true,
"isRelation": false,
"importedClass": false,
"regex": "",
"pythonDefaultValue": "0",
"jsDefaultValue": "new Date(0)",
"jsDefaultValue": "0",
"phpDefaultValue": "0",
"phpDbType": "unsignedInteger"
}
......@@ -297,7 +283,8 @@
"property": "Components",
"backwardProperty": "Module"
}
]
],
"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