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

templates0.table_pk_generator.sql Maven / Gradle / Ivy

Go to download

Assist in generating CRUD code, without limitation on the specific language, as long as you can write velocity templates.

There is a newer version: 1.0.8
Show newest version
--

CREATE TABLE table_pk_generator (
	Id INT NOT NULL,
	TABLE_NAME VARCHAR(255),
	PK_VALUE VARCHAR(20),
	PRIMARY KEY (Id)
) ENGINE=MyISAM;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy