protected function addNotificationSubscriptionChannelForeignKeys(Schema $schema)
    {
        $table = $schema->getTable('ds_notif_subscription_channel');
        $table->addForeignKeyConstraint(
            $schema->getTable('ds_comm_channel'),