Skip to content

Instantly share code, notes, and snippets.

@mariuz
Created December 21, 2010 11:58
Show Gist options
  • Save mariuz/749844 to your computer and use it in GitHub Desktop.
Save mariuz/749844 to your computer and use it in GitHub Desktop.
CREATE TABLE bar
(
baz integer GENERATED by default AS IDENTITY,
foo varchar(255)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment