Update hosts form
This commit is contained in:
@@ -218,6 +218,15 @@ const schema: BUN_SQLITE_DatabaseSchemaType = {
|
||||
fieldName: "user_id",
|
||||
dataType: "INTEGER",
|
||||
},
|
||||
{
|
||||
fieldName: "name",
|
||||
dataType: "TEXT",
|
||||
defaultValue: "Main",
|
||||
},
|
||||
{
|
||||
fieldName: "short_description",
|
||||
dataType: "TEXT",
|
||||
},
|
||||
{
|
||||
fieldName: "public_ip_address",
|
||||
dataType: "TEXT",
|
||||
|
||||
Reference in New Issue
Block a user