-- Safe to run on empty DB host or to recreate schema from scratch. -- WARNING: This will DROP existing databases. SET FOREIGN_KEY_CHECKS = 0; DROP DATABASE IF EXISTS trustfundme_campaign_db; DROP ...
DATE_TRUNC('month', d)::date AS month_start, -- First day of the month DATE_TRUNC('year', d)::date AS year_start, -- First day of the year EXTRACT(YEAR FROM d)::int ...