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