page_audit_runs


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('page_audit_runs_id_seq'::regclass)
domain text 2147483647 null
page_url text 2147483647 null
bench_page.url Implied Constraint R
layers jsonb 2147483647 '[]'::jsonb
timing jsonb 2147483647 null
total_ms int8 19 null
created_at timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
page_audit_runs_pkey Primary key Asc id

Relationships