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