file_extensions

-1 rows


Description

Table to hold different file name extensions allowed by ADA system

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('file_extensions_id_seq'::regclass)
record_files.file_extension_id record_files_file_extension_id_fkeyR
extension text 2147483647 null
type_name text 2147483647 null
media_type text 2147483647 null
description_url text 2147483647 null
created_at timestamp 29,6 now()

Indicate when the file extension was created

updated_at timestamp 29,6 now()

Indicate when the file extension was last updated

Indexes

Constraint Name Type Sort Column(s)
file_extensions_pkey Primary key Asc id
file_extensions_file_extension_key Must be unique Asc extension

Relationships