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

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

create table PushNotificationsDevice (
	pushNotificationsDeviceId LONG not null primary key,
	companyId LONG,
	userId LONG,
	createDate DATE null,
	platform VARCHAR(75) null,
	token STRING null
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy