getTable('authtoken'); $table->addColumn('password_invalid', 'boolean', [ 'default' => 0, 'notnull' => false, ]); return $schema; } }