How to generate a Postgres table from scratch using BRacket
bracket_pkey
, which takes on a UUIDv4 value.bracket_updated_at
, which takes
on the datetime at which a record is created or updated, whichever is more recent. Bracket uses
this field to make syncing real-time when using the polling sync method.bracket_update_timestamp()
, which gets applied to bracket_updated_at
.