
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