SamTV12345-PodFetch/migrations/sqlite/2023-03-02-100903_create_po.../up.sql

7 lines
387 B
SQL

-- Your SQL goes here
create table if not exists podcasts (
id integer primary key not null,
name text not null unique,
directory text not null,
rssfeed text not null,
image_url text not null)