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 SharepointOAuth2TokenEntry (
	sharepointOAuth2TokenEntryId LONG not null primary key,
	companyId LONG,
	userId LONG,
	userName VARCHAR(75) null,
	createDate DATE null,
	accessToken TEXT null,
	configurationPid VARCHAR(75) null,
	expirationDate DATE null,
	refreshToken TEXT null
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy