diff --git a/application/migrations/198_qsl_methods_extend.php b/application/migrations/198_qsl_methods_extend.php new file mode 100644 index 000000000..d6318b9e3 --- /dev/null +++ b/application/migrations/198_qsl_methods_extend.php @@ -0,0 +1,14 @@ +db->query("ALTER TABLE users CHANGE COLUMN `user_default_confirmation` `user_default_confirmation` VARCHAR(10) NULL DEFAULT NULL"); // Do 10 Characters for Future Use + } + + public function down(){ + // Down is senseless, since value in field could be longer than 4 + } +}