Skip to content

Instantly share code, notes, and snippets.

@renormalist
Created June 24, 2019 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renormalist/f0f0e54e0affc937799c2f33f0b15c79 to your computer and use it in GitHub Desktop.
Save renormalist/f0f0e54e0affc937799c2f33f0b15c79 to your computer and use it in GitHub Desktop.
postgresql create table
CREATE TABLE tap_dom (
tap_dom_id BIGSERIAL PRIMARY KEY,
uuid UUID NOT NULL,
created TIMESTAMPTZ NOT NULL DEFAULT NOW(),
dom JSONB
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment