This commit is contained in:
Benjamin Toby
2025-01-13 09:00:21 +01:00
parent 6364f6a312
commit e0a030f10d
859 changed files with 5397 additions and 10163 deletions
+23
View File
@@ -760,6 +760,29 @@
"dataType": "TEXT"
}
]
},
{
"tableName": "servers",
"fields": [
{
"fieldName": "server_id",
"dataType": "INT"
},
{
"fieldName": "ip",
"dataType": "VARCHAR(50)"
},
{
"fieldName": "ssh_user",
"dataType": "VARCHAR(50)",
"defaultValue": "root"
},
{
"fieldName": "ssh_port",
"dataType": "INT",
"defaultValue": 22
}
]
}
]
}