Hermes/sql/02_shortlinks.sql

5 lines
101 B
SQL

create table if not exists shortlinks (
id text primary key,
url text,
expiration date
);