Page MenuHomestyx hydra

holidays.sql
No OneTemporary

holidays.sql

CREATE TABLE {$NAMESPACE}_calendar.calendar_holiday (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`day` date NOT NULL,
`name` varchar(50) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE `day` (`day`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

File Metadata

Mime Type
text/plain
Expires
Tue, May 26, 10:12 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1544050
Default Alt Text
holidays.sql (240 B)

Event Timeline