d2/e2etests/testdata/stable/sql_tables/elk/board.exp.json
Júlio César Batista 618d7f5edf
Update tests
2022-11-16 11:56:28 -03:00

385 lines
7.8 KiB
JSON

{
"name": "",
"shapes": [
{
"id": "users",
"type": "sql_table",
"pos": {
"x": 46,
"y": 412
},
"width": 259,
"height": 216,
"level": 1,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#FFFFFF",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"fields": null,
"methods": null,
"columns": [
{
"name": "id",
"type": "int",
"constraint": "",
"reference": "orders.user_id"
},
{
"name": "name",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "email",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "password",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "last_login",
"type": "datetime",
"constraint": "",
"reference": ""
}
],
"label": "users",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 61,
"labelHeight": 36
},
{
"id": "products",
"type": "sql_table",
"pos": {
"x": 15,
"y": 212
},
"width": 290,
"height": 180,
"level": 1,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#FFFFFF",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"fields": null,
"methods": null,
"columns": [
{
"name": "id",
"type": "int",
"constraint": "",
"reference": "orders.product_id"
},
{
"name": "price",
"type": "decimal",
"constraint": "",
"reference": ""
},
{
"name": "sku",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "name",
"type": "string",
"constraint": "",
"reference": ""
}
],
"label": "products",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 99,
"labelHeight": 36
},
{
"id": "orders",
"type": "sql_table",
"pos": {
"x": 405,
"y": 230
},
"width": 215,
"height": 144,
"level": 1,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#FFFFFF",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"fields": null,
"methods": null,
"columns": [
{
"name": "id",
"type": "int",
"constraint": "",
"reference": ""
},
{
"name": "user_id",
"type": "int",
"constraint": "",
"reference": ""
},
{
"name": "product_id",
"type": "int",
"constraint": "",
"reference": ""
}
],
"label": "orders",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 74,
"labelHeight": 36
},
{
"id": "shipments",
"type": "sql_table",
"pos": {
"x": 12,
"y": 12
},
"width": 293,
"height": 180,
"level": 1,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#FFFFFF",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"fields": null,
"methods": null,
"columns": [
{
"name": "id",
"type": "int",
"constraint": "",
"reference": ""
},
{
"name": "order_id",
"type": "int",
"constraint": "",
"reference": "orders.id"
},
{
"name": "tracking_number",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "status",
"type": "string",
"constraint": "",
"reference": ""
}
],
"label": "shipments",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 116,
"labelHeight": 36
}
],
"connections": [
{
"id": "(users <-> orders)[0]",
"src": "users",
"srcArrow": "triangle",
"srcLabel": "",
"dst": "orders",
"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": 305,
"y": 520
},
{
"x": 355,
"y": 520
},
{
"x": 355,
"y": 338
},
{
"x": 405,
"y": 338
}
],
"animated": false,
"tooltip": "",
"icon": null
},
{
"id": "(products <-> orders)[0]",
"src": "products",
"srcArrow": "triangle",
"srcLabel": "",
"dst": "orders",
"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": 305,
"y": 302
},
{
"x": 405,
"y": 302
}
],
"animated": false,
"tooltip": "",
"icon": null
},
{
"id": "(shipments <-> orders)[0]",
"src": "shipments",
"srcArrow": "triangle",
"srcLabel": "",
"dst": "orders",
"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": 305,
"y": 102
},
{
"x": 355,
"y": 102
},
{
"x": 355,
"y": 266
},
{
"x": 405,
"y": 266
}
],
"animated": false,
"tooltip": "",
"icon": null
}
]
}