12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "paper": {
- "name": "A4",
- "leftMargin": 0.5,
- "rightMargin": 0.5,
- "topMargin": 0.5,
- "bottomMargin": 0.5,
- "isPortriat": true
- },
- "modelVersion": 2.01,
- "defaultSchema": "Default",
- "server": {
- "objectType": "Server_MYSQL",
- "name": "Default",
- "serverVersion": 80099,
- "edition": "Default",
- "lowerCaseTableNames": 0,
- "schemas": [
- {
- "objectType": "Schema_MYSQL",
- "name": "Default",
- "tables": [],
- "views": []
- }
- ]
- },
- "diagrams": [
- {
- "name": "Diagram 1",
- "paperWidth": 1,
- "paperHeight": 1,
- "tableFont": "Arial Unicode MS",
- "tableFontSize": 14,
- "isBalckWhite": false,
- "showDBSchemaName": false,
- "showViewRelations": true,
- "notation": "default",
- "showFieldComment": false,
- "showTableComment": false,
- "shapes": [],
- "layers": [],
- "relations": [],
- "viewRelations": []
- }
- ]
- }
|