protected function createNotificationPresentationTable(Schema $schema)
    {
        $table = $schema->createTable('ds_notif_presentation');
        $table->addColumn('notification_id', 'integer', []);
        $table->addColumn('localized_value_id', 'integer', []);