Difference between #9 and #10 of
Manage Email Template content from database

Revision #10 has been created by Ankit Modi on Jul 21, 2014, 3:54:51 AM with the memo:

change content
« previous (#9)

Changes

Title unchanged

Manage Email Template content from database

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

Email Template, Email

Content changed

[...]
`id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
`name` VARCHAR(55) NOT NULL,
`variables` VARCHAR(255) NOT NULL,
`subject` VARCHAR(255) NOT NULL,
`description` TEXT NOT NULL,
`from` VARCHAR(255) NOT NULL,
 
`to` VARCHAR(255) NOT NULL,
 
`status` ENUM('1','0') NOT NULL DEFAULT '1' COMMENT '0=inactive,1=active',
PRIMARY KEY (`id`),
INDEX `id` (`id`)
)
COLLATE='utf8_general_ci'
ENGINE=MyISAM
[...]
0 1
1 follower
Viewed: 24 336 times
Version: all
Category: Tutorials
Written by: Ankit Modi
Last updated by: Ankit Modi
Created on: Jul 18, 2014
Last updated: 10 years ago
Update Article

Revisions

View all history