remove e2etest
This commit is contained in:
parent
c1a7187dc9
commit
2bfd622fcd
5 changed files with 0 additions and 940 deletions
|
|
@ -284,27 +284,6 @@ table with short col: RefreshAuthorizationPolicyCache {
|
||||||
class -> table -> table with short col
|
class -> table -> table with short col
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "wrong_table_column",
|
|
||||||
script: `Chinchillas: {
|
|
||||||
shape: sql_table
|
|
||||||
id: int {constraint: primary_key}
|
|
||||||
whisker_len: int
|
|
||||||
fur_color: string
|
|
||||||
age: int
|
|
||||||
server: int {constraint: foreign_key}
|
|
||||||
caretaker: int {constraint: foreign_key}
|
|
||||||
}
|
|
||||||
|
|
||||||
Chinchillas_Collectibles: {
|
|
||||||
shape: sql_table
|
|
||||||
id: int
|
|
||||||
collectible: id {constraint: foreign_key}
|
|
||||||
chinchilla: id {constraint: foreign_key}
|
|
||||||
}
|
|
||||||
|
|
||||||
Chinchillas_Collectibles.chinchilla -> Chinchillas.id`,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
runa(t, tcs)
|
runa(t, tcs)
|
||||||
|
|
|
||||||
394
e2etests/testdata/regression/wrong_table_column/dagre/board.exp.json
generated
vendored
394
e2etests/testdata/regression/wrong_table_column/dagre/board.exp.json
generated
vendored
|
|
@ -1,394 +0,0 @@
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"fontFamily": "SourceSansPro",
|
|
||||||
"shapes": [
|
|
||||||
{
|
|
||||||
"id": "Chinchillas",
|
|
||||||
"type": "sql_table",
|
|
||||||
"pos": {
|
|
||||||
"x": 19,
|
|
||||||
"y": 244
|
|
||||||
},
|
|
||||||
"width": 259,
|
|
||||||
"height": 252,
|
|
||||||
"opacity": 1,
|
|
||||||
"strokeDash": 0,
|
|
||||||
"strokeWidth": 2,
|
|
||||||
"borderRadius": 0,
|
|
||||||
"fill": "#0A0F25",
|
|
||||||
"stroke": "#FFFFFF",
|
|
||||||
"shadow": false,
|
|
||||||
"3d": false,
|
|
||||||
"multiple": false,
|
|
||||||
"tooltip": "",
|
|
||||||
"link": "",
|
|
||||||
"icon": null,
|
|
||||||
"iconPosition": "",
|
|
||||||
"blend": false,
|
|
||||||
"fields": null,
|
|
||||||
"methods": null,
|
|
||||||
"columns": [
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "id",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 15,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "int",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 23,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "primary_key",
|
|
||||||
"reference": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "whisker_len",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 101,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "int",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 23,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "",
|
|
||||||
"reference": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "fur_color",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 77,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "string",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 48,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "",
|
|
||||||
"reference": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "age",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 30,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "int",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 23,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "",
|
|
||||||
"reference": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "server",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 52,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "int",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 23,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "foreign_key",
|
|
||||||
"reference": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "caretaker",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 80,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "int",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 23,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "foreign_key",
|
|
||||||
"reference": ""
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"label": "Chinchillas",
|
|
||||||
"fontSize": 20,
|
|
||||||
"fontFamily": "DEFAULT",
|
|
||||||
"language": "",
|
|
||||||
"color": "#0A0F25",
|
|
||||||
"italic": false,
|
|
||||||
"bold": true,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 120,
|
|
||||||
"labelHeight": 36,
|
|
||||||
"zIndex": 0,
|
|
||||||
"level": 1,
|
|
||||||
"primaryAccentColor": "#0D32B2",
|
|
||||||
"secondaryAccentColor": "#4A6FF3",
|
|
||||||
"neutralAccentColor": "#676C7E"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "Chinchillas_Collectibles",
|
|
||||||
"type": "sql_table",
|
|
||||||
"pos": {
|
|
||||||
"x": 0,
|
|
||||||
"y": 0
|
|
||||||
},
|
|
||||||
"width": 297,
|
|
||||||
"height": 144,
|
|
||||||
"opacity": 1,
|
|
||||||
"strokeDash": 0,
|
|
||||||
"strokeWidth": 2,
|
|
||||||
"borderRadius": 0,
|
|
||||||
"fill": "#0A0F25",
|
|
||||||
"stroke": "#FFFFFF",
|
|
||||||
"shadow": false,
|
|
||||||
"3d": false,
|
|
||||||
"multiple": false,
|
|
||||||
"tooltip": "",
|
|
||||||
"link": "",
|
|
||||||
"icon": null,
|
|
||||||
"iconPosition": "",
|
|
||||||
"blend": false,
|
|
||||||
"fields": null,
|
|
||||||
"methods": null,
|
|
||||||
"columns": [
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "id",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 15,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "int",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 23,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "",
|
|
||||||
"reference": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "collectible",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 88,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "id",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 15,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "foreign_key",
|
|
||||||
"reference": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "chinchilla",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 80,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "id",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 15,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "foreign_key",
|
|
||||||
"reference": "Chinchillas.id"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"label": "Chinchillas_Collectibles",
|
|
||||||
"fontSize": 20,
|
|
||||||
"fontFamily": "DEFAULT",
|
|
||||||
"language": "",
|
|
||||||
"color": "#0A0F25",
|
|
||||||
"italic": false,
|
|
||||||
"bold": true,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 257,
|
|
||||||
"labelHeight": 36,
|
|
||||||
"zIndex": 0,
|
|
||||||
"level": 1,
|
|
||||||
"primaryAccentColor": "#0D32B2",
|
|
||||||
"secondaryAccentColor": "#4A6FF3",
|
|
||||||
"neutralAccentColor": "#676C7E"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"connections": [
|
|
||||||
{
|
|
||||||
"id": "(Chinchillas_Collectibles -> Chinchillas)[0]",
|
|
||||||
"src": "Chinchillas_Collectibles",
|
|
||||||
"srcArrow": "none",
|
|
||||||
"srcLabel": "",
|
|
||||||
"dst": "Chinchillas",
|
|
||||||
"dstArrow": "triangle",
|
|
||||||
"dstLabel": "",
|
|
||||||
"opacity": 1,
|
|
||||||
"strokeDash": 0,
|
|
||||||
"strokeWidth": 2,
|
|
||||||
"stroke": "#0D32B2",
|
|
||||||
"label": "",
|
|
||||||
"fontSize": 16,
|
|
||||||
"fontFamily": "DEFAULT",
|
|
||||||
"language": "",
|
|
||||||
"color": "#676C7E",
|
|
||||||
"italic": true,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 0,
|
|
||||||
"labelHeight": 0,
|
|
||||||
"labelPosition": "",
|
|
||||||
"labelPercentage": 0,
|
|
||||||
"route": [
|
|
||||||
{
|
|
||||||
"x": 148.5,
|
|
||||||
"y": 144
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x": 148.5,
|
|
||||||
"y": 184
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x": 148.5,
|
|
||||||
"y": 204
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x": 148.5,
|
|
||||||
"y": 244
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"isCurve": true,
|
|
||||||
"animated": false,
|
|
||||||
"tooltip": "",
|
|
||||||
"icon": null,
|
|
||||||
"zIndex": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 331 KiB |
385
e2etests/testdata/regression/wrong_table_column/elk/board.exp.json
generated
vendored
385
e2etests/testdata/regression/wrong_table_column/elk/board.exp.json
generated
vendored
|
|
@ -1,385 +0,0 @@
|
||||||
{
|
|
||||||
"name": "",
|
|
||||||
"fontFamily": "SourceSansPro",
|
|
||||||
"shapes": [
|
|
||||||
{
|
|
||||||
"id": "Chinchillas",
|
|
||||||
"type": "sql_table",
|
|
||||||
"pos": {
|
|
||||||
"x": 31,
|
|
||||||
"y": 256
|
|
||||||
},
|
|
||||||
"width": 259,
|
|
||||||
"height": 252,
|
|
||||||
"opacity": 1,
|
|
||||||
"strokeDash": 0,
|
|
||||||
"strokeWidth": 2,
|
|
||||||
"borderRadius": 0,
|
|
||||||
"fill": "#0A0F25",
|
|
||||||
"stroke": "#FFFFFF",
|
|
||||||
"shadow": false,
|
|
||||||
"3d": false,
|
|
||||||
"multiple": false,
|
|
||||||
"tooltip": "",
|
|
||||||
"link": "",
|
|
||||||
"icon": null,
|
|
||||||
"iconPosition": "",
|
|
||||||
"blend": false,
|
|
||||||
"fields": null,
|
|
||||||
"methods": null,
|
|
||||||
"columns": [
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "id",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 15,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "int",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 23,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "primary_key",
|
|
||||||
"reference": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "whisker_len",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 101,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "int",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 23,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "",
|
|
||||||
"reference": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "fur_color",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 77,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "string",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 48,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "",
|
|
||||||
"reference": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "age",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 30,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "int",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 23,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "",
|
|
||||||
"reference": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "server",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 52,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "int",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 23,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "foreign_key",
|
|
||||||
"reference": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "caretaker",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 80,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "int",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 23,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "foreign_key",
|
|
||||||
"reference": ""
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"label": "Chinchillas",
|
|
||||||
"fontSize": 20,
|
|
||||||
"fontFamily": "DEFAULT",
|
|
||||||
"language": "",
|
|
||||||
"color": "#0A0F25",
|
|
||||||
"italic": false,
|
|
||||||
"bold": true,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 120,
|
|
||||||
"labelHeight": 36,
|
|
||||||
"zIndex": 0,
|
|
||||||
"level": 1,
|
|
||||||
"primaryAccentColor": "#0D32B2",
|
|
||||||
"secondaryAccentColor": "#4A6FF3",
|
|
||||||
"neutralAccentColor": "#676C7E"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "Chinchillas_Collectibles",
|
|
||||||
"type": "sql_table",
|
|
||||||
"pos": {
|
|
||||||
"x": 12,
|
|
||||||
"y": 12
|
|
||||||
},
|
|
||||||
"width": 297,
|
|
||||||
"height": 144,
|
|
||||||
"opacity": 1,
|
|
||||||
"strokeDash": 0,
|
|
||||||
"strokeWidth": 2,
|
|
||||||
"borderRadius": 0,
|
|
||||||
"fill": "#0A0F25",
|
|
||||||
"stroke": "#FFFFFF",
|
|
||||||
"shadow": false,
|
|
||||||
"3d": false,
|
|
||||||
"multiple": false,
|
|
||||||
"tooltip": "",
|
|
||||||
"link": "",
|
|
||||||
"icon": null,
|
|
||||||
"iconPosition": "",
|
|
||||||
"blend": false,
|
|
||||||
"fields": null,
|
|
||||||
"methods": null,
|
|
||||||
"columns": [
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "id",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 15,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "int",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 23,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "",
|
|
||||||
"reference": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "collectible",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 88,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "id",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 15,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "foreign_key",
|
|
||||||
"reference": ""
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": {
|
|
||||||
"label": "chinchilla",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 80,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"type": {
|
|
||||||
"label": "id",
|
|
||||||
"fontSize": 0,
|
|
||||||
"fontFamily": "",
|
|
||||||
"language": "",
|
|
||||||
"color": "",
|
|
||||||
"italic": false,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 15,
|
|
||||||
"labelHeight": 26
|
|
||||||
},
|
|
||||||
"constraint": "foreign_key",
|
|
||||||
"reference": "Chinchillas.id"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"label": "Chinchillas_Collectibles",
|
|
||||||
"fontSize": 20,
|
|
||||||
"fontFamily": "DEFAULT",
|
|
||||||
"language": "",
|
|
||||||
"color": "#0A0F25",
|
|
||||||
"italic": false,
|
|
||||||
"bold": true,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 257,
|
|
||||||
"labelHeight": 36,
|
|
||||||
"zIndex": 0,
|
|
||||||
"level": 1,
|
|
||||||
"primaryAccentColor": "#0D32B2",
|
|
||||||
"secondaryAccentColor": "#4A6FF3",
|
|
||||||
"neutralAccentColor": "#676C7E"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"connections": [
|
|
||||||
{
|
|
||||||
"id": "(Chinchillas_Collectibles -> Chinchillas)[0]",
|
|
||||||
"src": "Chinchillas_Collectibles",
|
|
||||||
"srcArrow": "none",
|
|
||||||
"srcLabel": "",
|
|
||||||
"dst": "Chinchillas",
|
|
||||||
"dstArrow": "triangle",
|
|
||||||
"dstLabel": "",
|
|
||||||
"opacity": 1,
|
|
||||||
"strokeDash": 0,
|
|
||||||
"strokeWidth": 2,
|
|
||||||
"stroke": "#0D32B2",
|
|
||||||
"label": "",
|
|
||||||
"fontSize": 16,
|
|
||||||
"fontFamily": "DEFAULT",
|
|
||||||
"language": "",
|
|
||||||
"color": "#676C7E",
|
|
||||||
"italic": true,
|
|
||||||
"bold": false,
|
|
||||||
"underline": false,
|
|
||||||
"labelWidth": 0,
|
|
||||||
"labelHeight": 0,
|
|
||||||
"labelPosition": "",
|
|
||||||
"labelPercentage": 0,
|
|
||||||
"route": [
|
|
||||||
{
|
|
||||||
"x": 160.5,
|
|
||||||
"y": 156
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"x": 160.5,
|
|
||||||
"y": 256
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"animated": false,
|
|
||||||
"tooltip": "",
|
|
||||||
"icon": null,
|
|
||||||
"zIndex": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 331 KiB |
Loading…
Reference in a new issue