yii2-usuario
yii2-usuario copied to clipboard
Migration imp.
Migration: m000000_000006_add_two_factor_fields $this->addColumn('{{%user}}', 'auth_tf_enabled', $this->boolean()->defaultValue(0));
0 -> false
$this->addColumn('{{%user}}', 'auth_tf_enabled', $this->boolean()->defaultValue(false));
or i got error using postgres
Duplicate of #313