Global Public Holidays And Calendar Events
Public holidays and notable calendar events across countries and regions
@blt.calendar
Public holidays and notable calendar events across countries and regions
@blt.calendar
CREATE TABLE public_holidays (
"date" TIMESTAMP,
"name" VARCHAR,
"country_code" VARCHAR,
"country_name" VARCHAR,
"subdivision_code" VARCHAR,
"weekday" VARCHAR,
"subdivision_name" VARCHAR
);
Anyone who has the link will be able to view this.