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

META-INF.sql.tables.sql Maven / Gradle / Ivy

There is a newer version: 4.0.38
Show newest version
create table CommerceTaxMethod (
	commerceTaxMethodId LONG not null primary key,
	groupId LONG,
	companyId LONG,
	userId LONG,
	userName VARCHAR(75) null,
	createDate DATE null,
	modifiedDate DATE null,
	name STRING null,
	description STRING null,
	engineKey VARCHAR(75) null,
	percentage BOOLEAN,
	active_ BOOLEAN
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy