otter/gpodder_sqlite/migrations/2025-07-02-080351_signup_links/up.sql

6 lines
120 B
SQL

-- Your SQL goes here
create table signup_links (
id bigint primary key not null,
created_at bigint not null
);