Skip to content

Commit

Permalink
docs: remove DEFAULT values limitation
Browse files Browse the repository at this point in the history
Cloud Spanner now supports `DEFAULT` values, so this limitation can be removed.
  • Loading branch information
olavloite authored Nov 11, 2022
1 parent 473e1b6 commit d8605e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ The following database features are not supported by Cloud Spanner, and trying t

- Auto increment columns
- Sequences
- Default value definition for a column
- Unique constraints: Use `UNIQUE INDEX` instead of `UNIQUE CONSTRAINT`
- Stored procedures
- Table and column remarks
Expand Down

0 comments on commit d8605e3

Please sign in to comment.