Schema Version: 1.3

eimage


Columns

Column Type Size Foreign Key Nullable Default Comments
eimage_id bigserial 19
nextval('chado.eimage_eimage_id_seq'::regclass)
eimage_data text 2147483647
null

We expect images in eimage_data (e.g. JPEGs) to be uuencoded.

eimage_type varchar 255
null

Describes the type of data in eimage_data.

image_uri varchar 255
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
eimage_pkey Primary key Asc eimage_id

Relationships