protected function addNotificationDescriptionForeignKeys(Schema $schema)
    {
        $table = $schema->getTable('ds_notif_description');
        $table->addForeignKeyConstraint(
            $schema->getTable('oro_fallback_localization_val'),