cloudspannerecosystem / yo

yo is a command-line tool to generate Go code for Google Cloud Spanner.
MIT License
312 stars 52 forks source link

[v1] Support generated columns #72

Closed tyamagu2 closed 3 years ago

tyamagu2 commented 3 years ago

Support generated columns. Update templates to not try to update generated columns as they are non-writable.

ref: https://github.com/cloudspannerecosystem/yo/pull/63