This commit is contained in:
@@ -82,6 +82,8 @@ CREATE TABLE events (
|
||||
category_slug VARCHAR(120) NULL,
|
||||
image_path VARCHAR(255) NULL,
|
||||
location_label VARCHAR(180) NULL,
|
||||
location_source_type ENUM('custom','place','editorial_event') NOT NULL DEFAULT 'custom',
|
||||
location_source_listing_id BIGINT UNSIGNED NULL,
|
||||
street VARCHAR(180) NULL,
|
||||
zip CHAR(5) NULL,
|
||||
city VARCHAR(120) NULL,
|
||||
|
||||
Reference in New Issue
Block a user