2023-09-21 14:00:04 +00:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"fieldName": "id",
|
|
|
|
"dataType": "BIGINT",
|
|
|
|
"notNullValue": true,
|
|
|
|
"primaryKey": true,
|
|
|
|
"autoIncrement": true
|
|
|
|
},
|
2024-12-06 10:31:24 +00:00
|
|
|
{
|
|
|
|
"fieldName": "uuid",
|
|
|
|
"dataType": "UUID",
|
|
|
|
"defaultValueLiteral": "UUID()"
|
|
|
|
},
|
2023-09-21 14:00:04 +00:00
|
|
|
{
|
|
|
|
"fieldName": "date_created",
|
|
|
|
"dataType": "VARCHAR(250)",
|
2024-12-06 10:31:24 +00:00
|
|
|
"nullValue": true
|
2023-09-21 14:00:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldName": "date_created_code",
|
|
|
|
"dataType": "BIGINT",
|
2024-12-06 10:31:24 +00:00
|
|
|
"nullValue": true
|
2023-09-21 14:00:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldName": "date_created_timestamp",
|
|
|
|
"dataType": "TIMESTAMP",
|
|
|
|
"defaultValueLiteral": "CURRENT_TIMESTAMP"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldName": "date_updated",
|
|
|
|
"dataType": "VARCHAR(250)",
|
2024-12-06 10:31:24 +00:00
|
|
|
"nullValue": true
|
2023-09-21 14:00:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldName": "date_updated_code",
|
|
|
|
"dataType": "BIGINT",
|
2024-12-06 10:31:24 +00:00
|
|
|
"nullValue": true
|
2023-09-21 14:00:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fieldName": "date_updated_timestamp",
|
|
|
|
"dataType": "TIMESTAMP",
|
2024-12-06 10:31:24 +00:00
|
|
|
"defaultValueLiteral": "CURRENT_TIMESTAMP",
|
|
|
|
"onUpdateLiteral": "CURRENT_TIMESTAMP"
|
2023-09-21 14:00:04 +00:00
|
|
|
}
|
|
|
|
]
|