You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can create on spanner following table
create table validPatientsWithSameIdentifier
(
id int64 not null GENERATED BY DEFAULT AS IDENTITY (BIT_REVERSED_POSITIVE) ,
patientId STRING(2621440) not null
) PRIMARY KEY (id);
spansql.ParseDDL gives following error
got "GENERATED", want ")" or ","
The text was updated successfully, but these errors were encountered:
Client
spansql
Environment
go program
Code and Dependencies
you can create on spanner following table
create table validPatientsWithSameIdentifier
(
id int64 not null GENERATED BY DEFAULT AS IDENTITY (BIT_REVERSED_POSITIVE) ,
patientId STRING(2621440) not null
) PRIMARY KEY (id);
spansql.ParseDDL gives following error
got "GENERATED", want ")" or ","
The text was updated successfully, but these errors were encountered: