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

com.naver.spring.batch.extension.hash-schema-h2.sql Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
CREATE TABLE BATCHEX_ITEM_HASH (
  `item_key` varchar(200) NOT NULL PRIMARY KEY,
  `item_hash` varchar(50) NOT NULL,
  `expiry` datetime NOT NULL
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy