Updates column type since it may contain long meta object
This commit is contained in:
@ -279,7 +279,7 @@ class Migrator {
|
|||||||
'id int(11) unsigned NOT NULL AUTO_INCREMENT,',
|
'id int(11) unsigned NOT NULL AUTO_INCREMENT,',
|
||||||
'newsletter_id int(11) unsigned NOT NULL,',
|
'newsletter_id int(11) unsigned NOT NULL,',
|
||||||
'option_field_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,',
|
'created_at TIMESTAMP NULL,',
|
||||||
'updated_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,',
|
'updated_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,',
|
||||||
'PRIMARY KEY (id),',
|
'PRIMARY KEY (id),',
|
||||||
|
Reference in New Issue
Block a user