mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-06 03:09:11 -06:00
This adds optional fields to structs. New version: 7.4 To create a struct type with optional fields use types.MakeStructType2 There are some API changes in this commit and there will be some more in followup commits. Fixes #2327