getTable('twofactor_totp_secrets'); // TODO: use \OCP\DB\Types::BIGINT $table->addColumn('last_counter', 'bigint', [ 'notnull' => true, 'default' => -1, ]); return $schema; } }