Updates column type since it may contain long meta object

This commit is contained in:
Vlad
2018-04-28 21:41:44 -04:00
parent 32e02cbf52
commit b16cbf9e7d

View File

@ -279,7 +279,7 @@ class Migrator {
'id int(11) unsigned NOT NULL AUTO_INCREMENT,',
'newsletter_id int(11) unsigned NOT NULL,',
'option_field_id int(11) unsigned NOT NULL,',
'value varchar(255) NOT NULL DEFAULT "",',
'value longtext,',
'created_at TIMESTAMP NULL,',
'updated_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,',
'PRIMARY KEY (id),',