yii2-usuario icon indicating copy to clipboard operation
yii2-usuario copied to clipboard

Migration imp.

Open MixMe opened this issue 6 years ago • 1 comments

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

MixMe avatar Sep 05 '19 07:09 MixMe

Duplicate of #313

demonking avatar Sep 05 '19 22:09 demonking