json is the better format for this column

This commit is contained in:
HB9HIL
2026-03-18 23:24:22 +01:00
parent 012587e479
commit 6494c3e26e

View File

@@ -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() {