tbl_photos

5000 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
refid serial 10 nextval('tbl_photos_refid_seq'::regclass)
title varchar 100 null
description text 2147483647 null
path varchar 50 null

The path is relative to the application photo directory

lithic_record int4 10 null
tbl_lithic.refid tbl_photos_lithic_record_fkeyC

Indexes

Constraint Name Type Sort Column(s)
photos_pkey Primary key Asc refid
idx_photos Performance Asc lithic_record
idx_photos_refid Must be unique Asc refid

Relationships