![JAR search and dependency download from the Maven repository](/logo.png)
db.main.V7__reminders.sql Maven / Gradle / Ivy
create table reminders
(
-- alias for rowid --
id integer primary key,
user big int not null,
channel big int,
"time" big int not null,
reminder text not null
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy