mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
82 lines
1.7 KiB
JSON
82 lines
1.7 KiB
JSON
{
|
|
"dialect": "sqlite",
|
|
"id": "16f780a3-a6e7-4810-94bb-fad5c6446ab4",
|
|
"prevIds": ["ab03ffcd-9aa5-4b4b-9f38-322acc6899a3"],
|
|
"version": "7",
|
|
"ddl": [
|
|
{
|
|
"name": "ephemeral_nodes",
|
|
"entityType": "tables"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"notNull": false,
|
|
"autoincrement": false,
|
|
"default": null,
|
|
"generated": null,
|
|
"name": "auth_key",
|
|
"table": "ephemeral_nodes",
|
|
"entityType": "columns"
|
|
},
|
|
{
|
|
"columns": ["auth_key"],
|
|
"nameExplicit": false,
|
|
"name": "ephemeral_nodes_pk",
|
|
"table": "ephemeral_nodes",
|
|
"entityType": "pks"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"notNull": false,
|
|
"autoincrement": false,
|
|
"default": null,
|
|
"generated": null,
|
|
"name": "node_key",
|
|
"table": "ephemeral_nodes",
|
|
"entityType": "columns"
|
|
},
|
|
{
|
|
"name": "host_info",
|
|
"entityType": "tables"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"notNull": false,
|
|
"autoincrement": false,
|
|
"default": null,
|
|
"generated": null,
|
|
"name": "host_id",
|
|
"table": "host_info",
|
|
"entityType": "columns"
|
|
},
|
|
{
|
|
"columns": ["host_id"],
|
|
"nameExplicit": false,
|
|
"name": "host_info_pk",
|
|
"table": "host_info",
|
|
"entityType": "pks"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"notNull": false,
|
|
"autoincrement": false,
|
|
"default": null,
|
|
"generated": null,
|
|
"name": "payload",
|
|
"table": "host_info",
|
|
"entityType": "columns"
|
|
},
|
|
{
|
|
"type": "integer",
|
|
"notNull": false,
|
|
"autoincrement": false,
|
|
"default": null,
|
|
"generated": null,
|
|
"name": "updated_at",
|
|
"table": "host_info",
|
|
"entityType": "columns"
|
|
}
|
|
],
|
|
"renames": []
|
|
}
|