datasquirel/package-shared/data/possibleFields.json

23 lines
674 B
JSON
Raw Normal View History

2023-09-21 14:00:04 +00:00
{
"fieldName": "string",
"dataType": "BIGINT",
"nullValue": true,
"primaryKey": true,
"autoIncrement": true,
"defaultValue": "CURRENT_TIMESTAMP",
"defaultValueLiteral": "CURRENT_TIMESTAMP",
"notNullValue": true,
"foreignKey": {
"foreignKeyName": "Name",
"destinationTableName": "Table Name",
"destinationTableColumnName": "Column Name",
"cascadeDelete": true,
"cascadeUpdate": true
2024-12-06 10:31:24 +00:00
},
"onUpdate": "CURRENT_TIMESTAMP",
"onUpdateLiteral": "CURRENT_TIMESTAMP",
"onDelete": "CURRENT_TIMESTAMP",
2024-12-08 08:58:57 +00:00
"onDeleteLiteral": "CURRENT_TIMESTAMP",
"encrypted": false
2023-09-21 14:00:04 +00:00
}