protected function createNotificationChannelTable(Schema $schema)
    {
        $table = $schema->createTable('ds_notif_channel');
        $table->addColumn('notification_id', 'integer', []);
        $table->addColumn('channel_id', 'integer', []);