if (!$schema->hasTable("{$prefix}external_options")) {
            $table = $schema->createTable("{$prefix}external_options");
            $table->addColumn('option_id', 'bigint', [
                'autoincrement' => true,
                'notnull' => true,