mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
json is the better format for this column
This commit is contained in:
@@ -4,7 +4,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
class Migration_external_account extends CI_Migration {
|
||||
|
||||
public function up() {
|
||||
$this->dbtry("ALTER TABLE users ADD COLUMN external_account TEXT DEFAULT NULL AFTER clubstation");
|
||||
$this->dbtry("ALTER TABLE users ADD COLUMN external_account JSON DEFAULT NULL AFTER clubstation");
|
||||
}
|
||||
|
||||
public function down() {
|
||||
|
||||
Reference in New Issue
Block a user