what2watch/migrations/20240409233522_views.up.sql

4 lines
213 B
MySQL
Raw Normal View History

create view if not exists w as select julid_string(id) id, kind, title, metadata_url, length, release_date, last_updated from watches;
create view if not exists s as select julid_string(id) id, name, born, died;