quartz.QUARTZ_SIMPROP_TRIGGERS.json Maven / Gradle / Ivy
{
"name": "QUARTZ_SIMPROP_TRIGGERS",
"type": "TABLE",
"columns":
[
{
"name":"SCHED_NAME",
"type":"VARCHAR",
"length":"120",
"nullable":"false",
"primaryKey":"false"
},
{
"name":"TRIGGER_NAME",
"type":"VARCHAR",
"length":"200",
"nullable":"false",
"primaryKey":"false"
},
{
"name":"TRIGGER_GROUP",
"type":"VARCHAR",
"length":"200",
"nullable":"false",
"primaryKey":"false"
},
{
"name":"STR_PROP_1",
"type":"VARCHAR",
"length":"512",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"STR_PROP_2",
"type":"VARCHAR",
"length":"512",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"STR_PROP_3",
"type":"VARCHAR",
"length":"512",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"INT_PROP_1",
"type":"INTEGER",
"length":"0",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"INT_PROP_2",
"type":"INTEGER",
"length":"0",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"LONG_PROP_1",
"type":"BIGINT",
"length":"0",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"LONG_PROP_2",
"type":"BIGINT",
"length":"0",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"DEC_PROP_1",
"type":"DECIMAL",
"length":"13",
"scale":"4",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"DEC_PROP_2",
"type":"DECIMAL",
"length":"13",
"scale":"4",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"BOOL_PROP_1",
"type":"VARCHAR",
"length":"5",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"BOOL_PROP_2",
"type":"VARCHAR",
"length":"5",
"nullable":"true",
"primaryKey":"false"
}
],
"constraints": {
"primaryKey": {
"name": "QUARTZ_SIMPROP_TRIGGERS_PK",
"columns": ["SCHED_NAME","TRIGGER_NAME","TRIGGER_GROUP"]
},
"foreignKeys":[{
"name": "QUARTZ_SIMPROP_TRIGGERS_FK",
"columns": ["SCHED_NAME","TRIGGER_NAME","TRIGGER_GROUP"],
"referencedTable": "QUARTZ_TRIGGERS",
"referencedColumns": ["SCHED_NAME","TRIGGER_NAME","TRIGGER_GROUP"]
}
]
},
"dependencies": [{
"name":"QUARTZ_TRIGGERS",
"type":"TABLE"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy