ALTER TABLE IF EXISTS api.records
ADD COLUMN created_at timestamp(6) without time zone;
ADD COLUMN updated_at timestamp(6) without time zone;