mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-27 07:26:31 -05:00
22f70f585d
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