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

synchronizer.DIRIGIBLE_SYNCHRONIZER_STATE.json Maven / Gradle / Ivy

There is a newer version: 7.2.0
Show newest version
{
	"name": "DIRIGIBLE_SYNCHRONIZER_STATE",
	"type": "TABLE",
	"columns":
		[
			{
				"name":"SYNCHRONIZER_NAME",
				"type":"VARCHAR",
				"length":"255",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"SYNCHRONIZER_STATE",
				"type":"INTEGER",
				"length":"0",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"SYNCHRONIZER_MESSAGE",
				"type":"VARCHAR",
				"length":"2000",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"SYNCHRONIZER_FIRST_TIME_TRIGGERED",
				"type":"BIGINT",
				"length":"0",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"SYNCHRONIZER_FIRST_TIME_FINISHED",
				"type":"BIGINT",
				"length":"0",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"SYNCHRONIZER_LAST_TIME_TRIGGERED",
				"type":"BIGINT",
				"length":"0",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"SYNCHRONIZER_LAST_TIME_FINISHED",
				"type":"BIGINT",
				"length":"0",
				"nullable":"false",
				"primaryKey":"false"
			}
		],
	"constraints": {
		"primaryKey": {
		    "name": "DIRIGIBLE_SYNCHRONIZER_STATE_PK",
			"columns": ["SYNCHRONIZER_NAME"]
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy