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.52
Show newest version
create table CommerceCurrency (
	mvccVersion LONG default 0 not null,
	uuid_ VARCHAR(75) null,
	commerceCurrencyId LONG not null primary key,
	companyId LONG,
	userId LONG,
	userName VARCHAR(75) null,
	createDate DATE null,
	modifiedDate DATE null,
	code_ VARCHAR(75) null,
	name STRING null,
	symbol VARCHAR(75) null,
	rate BIGDECIMAL null,
	formatPattern STRING null,
	maxFractionDigits INTEGER,
	minFractionDigits INTEGER,
	roundingMode VARCHAR(75) null,
	primary_ BOOLEAN,
	priority DOUBLE,
	active_ BOOLEAN,
	lastPublishDate DATE null
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy