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

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

The newest version!
create table MicroblogsEntry (
	microblogsEntryId LONG not null primary key,
	companyId LONG,
	userId LONG,
	userName VARCHAR(75) null,
	createDate DATE null,
	modifiedDate DATE null,
	creatorClassNameId LONG,
	creatorClassPK LONG,
	content STRING null,
	type_ INTEGER,
	parentMicroblogsEntryId LONG,
	socialRelationType INTEGER
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy