All Downloads are FREE. Search and download functionalities are using the official Maven repository.

quartz.QUARTZ_PAUSED_TRIGGER_GRPS.json Maven / Gradle / Ivy

There is a newer version: 7.2.0
Show newest version
{
	"name": "QUARTZ_PAUSED_TRIGGER_GRPS",
	"type": "TABLE",
	"columns":
		[
			{
				"name":"SCHED_NAME",
				"type":"VARCHAR",
				"length":"120",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"TRIGGER_GROUP",
				"type":"VARCHAR",
				"length":"200",
				"nullable":"false",
				"primaryKey":"false"
			}
		],
	"constraints": {
		"primaryKey": {
		    "name": "QUARTZ_PAUSED_TRIGGER_GRPS_PK",
			"columns": ["SCHED_NAME","TRIGGER_GROUP"]
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy