Closed sonatard closed 5 months ago
Fix #59
$ hammer diff spanner://projects/xxx/instances/yyy/databases/zzz schema.sql ALTER TABLE Test ADD COLUMN A NUMERIC NOT NULL DEFAULT (0); ALTER TABLE Test ALTER COLUMN A DROP DEFAULT;
Since spansql.NumericLiteral type does not exist in https://github.com/googleapis/google-cloud-go, I am using FloatLiteral instead.
Thanks for the PR!
Fix #59
Since spansql.NumericLiteral type does not exist in https://github.com/googleapis/google-cloud-go, I am using FloatLiteral instead.