try {
        if (column.references && !column.primaryKey) { return; }

        const schema = new ApimapFieldBuilder(model, column, opts).perform();