asdasd
This commit is contained in:
@@ -75,6 +75,8 @@ CREATE TABLE IF NOT EXISTS `emailtemplate_blocks` (
|
||||
`category` varchar(100) NOT NULL DEFAULT 'Default',
|
||||
`json_content` mediumtext DEFAULT NULL,
|
||||
`html` mediumtext DEFAULT NULL,
|
||||
`editor_type` varchar(32) DEFAULT NULL,
|
||||
`craft_json` mediumtext DEFAULT NULL,
|
||||
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
|
||||
`updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
|
||||
PRIMARY KEY (`id`),
|
||||
@@ -153,6 +155,8 @@ CREATE TABLE IF NOT EXISTS `emailtemplate_sections` (
|
||||
`type` varchar(50) NOT NULL DEFAULT 'html',
|
||||
`z_index` int(11) NOT NULL DEFAULT 0,
|
||||
`html` mediumtext DEFAULT NULL,
|
||||
`editor_type` varchar(32) DEFAULT NULL,
|
||||
`craft_json` mediumtext DEFAULT NULL,
|
||||
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
|
||||
`updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
|
||||
PRIMARY KEY (`id`),
|
||||
|
||||
Reference in New Issue
Block a user