245 lines
5.5 KiB
JSON
245 lines
5.5 KiB
JSON
{
|
|
"direct": true,
|
|
"type": "sqlite3",
|
|
"connection": {
|
|
"filename": "/public/ERTSQlite.db"
|
|
},
|
|
"schema": {
|
|
"tables": {
|
|
"_da_old_20241029": {
|
|
"db": {}
|
|
},
|
|
"_tSections_old_20241031": {
|
|
"db": {}
|
|
},
|
|
"_tSection_old_20241031": {
|
|
"db": {}
|
|
},
|
|
"_tPoint_old_20241031": {
|
|
"db": {}
|
|
},
|
|
"tPoint": {
|
|
"db": {}
|
|
},
|
|
"tSection": {
|
|
"db": {}
|
|
},
|
|
"tblSection": {
|
|
"db": {},
|
|
"columns": {
|
|
"isSection": {
|
|
"db": {
|
|
"type": "text",
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
},
|
|
"numSection": {
|
|
"db": {
|
|
"type": "text",
|
|
"maxLength": 255,
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
},
|
|
"txtSection": {
|
|
"db": {
|
|
"type": "text",
|
|
"maxLength": 255,
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"security": {
|
|
"columns": {
|
|
"id": {
|
|
"db": {
|
|
"type": "increments",
|
|
"primary": true,
|
|
"unique": false,
|
|
"nullable": false
|
|
}
|
|
},
|
|
"user": {
|
|
"db": {
|
|
"type": "string",
|
|
"maxLength": 255,
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
},
|
|
"pass": {
|
|
"db": {
|
|
"type": "string",
|
|
"maxLength": 255,
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
}
|
|
},
|
|
"db": {}
|
|
},
|
|
"permission": {
|
|
"columns": {
|
|
"id": {
|
|
"db": {
|
|
"type": "increments",
|
|
"primary": true,
|
|
"unique": false,
|
|
"nullable": false
|
|
}
|
|
},
|
|
"permission": {
|
|
"db": {
|
|
"type": "string",
|
|
"maxLength": 255,
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
},
|
|
"user": {
|
|
"db": {
|
|
"type": "string",
|
|
"maxLength": 255,
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
}
|
|
},
|
|
"db": {}
|
|
},
|
|
"da": {
|
|
"db": {},
|
|
"columns": {
|
|
"ID": {
|
|
"db": {
|
|
"type": "increments",
|
|
"primary": true,
|
|
"unique": false,
|
|
"nullable": false
|
|
}
|
|
},
|
|
"db_fullName": {
|
|
"db": {
|
|
"type": "text",
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
},
|
|
"db_licenseNumber": {
|
|
"db": {
|
|
"type": "text",
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
},
|
|
"db_stateIssue": {
|
|
"db": {
|
|
"type": "text",
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
},
|
|
"db_employeeID": {
|
|
"db": {
|
|
"type": "integer",
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
},
|
|
"owner": {
|
|
"db": {
|
|
"type": "text",
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
},
|
|
"db_SignatureData": {
|
|
"ui": {
|
|
"label": "Signature",
|
|
"help": "Base64 encoded image "
|
|
},
|
|
"meta": [],
|
|
"db": {
|
|
"type": "text",
|
|
"maxLength": 255,
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ertPointData": {
|
|
"db": {},
|
|
"columns": {
|
|
"ID": {
|
|
"db": {
|
|
"type": "integer",
|
|
"primary": true,
|
|
"unique": false,
|
|
"nullable": false
|
|
}
|
|
},
|
|
"Owner": {
|
|
"db": {
|
|
"type": "text",
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
},
|
|
"numSection": {
|
|
"db": {
|
|
"type": "text",
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
},
|
|
"numSectionValue": {
|
|
"db": {
|
|
"type": "text",
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
},
|
|
"remove": {
|
|
"db": {
|
|
"type": "boolean",
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
},
|
|
"recordID": {
|
|
"db": {
|
|
"type": "string",
|
|
"maxLength": 255,
|
|
"primary": false,
|
|
"unique": false,
|
|
"nullable": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"views": {}
|
|
}
|
|
}
|