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

db.main.V7__reminders.sql Maven / Gradle / Ivy

There is a newer version: 1.0.177
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy