daichirata / hammer

🛠 hammer is a command-line tool to schema management for Google Cloud Spanner.
MIT License
83 stars 24 forks source link

support DEFAULT keyword #36

Closed neglect-yp closed 2 years ago

neglect-yp commented 2 years ago

The DEFAULT keyword is supported now. https://cloud.google.com/spanner/docs/release-notes?hl=ja#April_14_2022

And it's supported in cloud.google.com/go/spanner v1.32.0. https://github.com/googleapis/google-cloud-go/releases/tag/spanner/v1.32.0

Solution

neglect-yp commented 2 years ago

I'll create a PR for this issue.