123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- {
- "canvas": {
- "version": "2.2.10",
- "width": 2000,
- "height": 2000,
- "scrollTop": -444,
- "scrollLeft": -174,
- "zoomLevel": 0.7,
- "show": {
- "tableComment": true,
- "columnComment": true,
- "columnDataType": true,
- "columnDefault": true,
- "columnAutoIncrement": false,
- "columnPrimaryKey": true,
- "columnUnique": false,
- "columnNotNull": true,
- "relationship": true
- },
- "database": "MySQL",
- "databaseName": "ark",
- "canvasType": "ERD",
- "language": "GraphQL",
- "tableCase": "pascalCase",
- "columnCase": "camelCase",
- "highlightTheme": "VS2015",
- "bracketType": "none",
- "setting": {
- "relationshipDataTypeSync": true,
- "relationshipOptimization": false,
- "columnOrder": [
- "columnName",
- "columnDataType",
- "columnNotNull",
- "columnUnique",
- "columnAutoIncrement",
- "columnDefault",
- "columnComment"
- ]
- },
- "pluginSerializationMap": {}
- },
- "table": {
- "tables": [
- {
- "name": "User",
- "comment": "",
- "columns": [
- {
- "name": "",
- "comment": "",
- "dataType": "",
- "default": "",
- "option": {
- "autoIncrement": false,
- "primaryKey": false,
- "unique": false,
- "notNull": false
- },
- "ui": {
- "active": false,
- "pk": false,
- "fk": false,
- "pfk": false,
- "widthName": 60,
- "widthComment": 60,
- "widthDataType": 60,
- "widthDefault": 60
- },
- "id": "ba33c802-efd0-44f6-8df6-76b2c11c4aad"
- },
- {
- "name": "",
- "comment": "",
- "dataType": "",
- "default": "",
- "option": {
- "autoIncrement": false,
- "primaryKey": true,
- "unique": false,
- "notNull": true
- },
- "ui": {
- "active": false,
- "pk": true,
- "fk": false,
- "pfk": false,
- "widthName": 60,
- "widthComment": 60,
- "widthDataType": 60,
- "widthDefault": 60
- },
- "id": "eeecd26e-53cb-487d-9d72-8a325a8f987a"
- }
- ],
- "ui": {
- "active": false,
- "left": 293.2142,
- "top": 276.4289,
- "zIndex": 102,
- "widthName": 60,
- "widthComment": 60
- },
- "visible": true,
- "id": "d64990cb-fc7a-4a0d-962f-bfd85f9541da"
- },
- {
- "name": "Nft",
- "comment": "",
- "columns": [
- {
- "name": "",
- "comment": "",
- "dataType": "",
- "default": "",
- "option": {
- "autoIncrement": false,
- "primaryKey": false,
- "unique": false,
- "notNull": true
- },
- "ui": {
- "active": false,
- "pk": false,
- "fk": true,
- "pfk": false,
- "widthName": 60,
- "widthComment": 60,
- "widthDataType": 60,
- "widthDefault": 60
- },
- "id": "23a86d39-075c-44d3-b92c-4897df34e960"
- }
- ],
- "ui": {
- "active": false,
- "left": 289.8335,
- "top": 685.1667,
- "zIndex": 88,
- "widthName": 60,
- "widthComment": 60
- },
- "visible": true,
- "id": "244bd25d-605c-447a-9033-b7de8e258ed1"
- },
- {
- "name": "Log",
- "comment": "",
- "columns": [],
- "ui": {
- "active": false,
- "left": 834.071,
- "top": 0,
- "zIndex": 103,
- "widthName": 60,
- "widthComment": 60
- },
- "visible": true,
- "id": "a6ae301a-0524-4316-bb7f-d3d397abb23f"
- }
- ],
- "indexes": []
- },
- "memo": {
- "memos": []
- },
- "relationship": {
- "relationships": [
- {
- "identification": false,
- "relationshipType": "OneN",
- "startRelationshipType": "Dash",
- "start": {
- "tableId": "d64990cb-fc7a-4a0d-962f-bfd85f9541da",
- "columnIds": [
- "eeecd26e-53cb-487d-9d72-8a325a8f987a"
- ],
- "x": 466.7142,
- "y": 386.4289,
- "direction": "bottom"
- },
- "end": {
- "tableId": "244bd25d-605c-447a-9033-b7de8e258ed1",
- "columnIds": [
- "23a86d39-075c-44d3-b92c-4897df34e960"
- ],
- "x": 463.3335,
- "y": 685.1667,
- "direction": "top"
- },
- "constraintName": "fk_user_to_nft",
- "visible": true,
- "id": "f5caeb49-3984-4cc2-86d1-1edd7f3aba0f"
- }
- ]
- }
- }
|