# Pastebin Dp31hOXK CREATE TABLE bookbrainz.entity ( bbid UUID PRIMARY KEY DEFAULT public.uuid_generate_v4(), redirect_bbid UUID NULL, last_updated TIMESTAMP NOT NULL DEFAULT (now() AT TIME ZONE 'UTC') ); ALTER TABLE bookbrainz.entity ADD FOREIGN KEY (bbid) REFERENCES bookbrainz.entity (bbid);