interfaces__t


Columns

Column Type Size Nulls Auto Default Children Parents Comments
__id int8 19 null
__cf bool 1 true
__start timestamptz 35,6 null
__source varchar 63 null
__origin varchar 63 ''::character varying
id uuid 2147483647 null
interface_credentials__t.interface_id interface_credentials__t_interface_id_fkeyR
statistics_format varchar 7 null
uri varchar 286 null
name varchar 57 null
delivery_method varchar 6 null
notes varchar 396 null
available bool 1 null

Indexes

Constraint Name Type Sort Column(s)
interfaces__t_pkey Primary key Asc id
interfaces__t___origin_idx Performance Asc __origin
interfaces__t___source_idx Performance Asc __source
interfaces__t___start_idx Performance Asc __start
interfaces__t_available_idx Performance Asc available
interfaces__t_delivery_method_idx Performance Asc delivery_method
interfaces__t_id_idx Performance Asc id
interfaces__t_name_idx Performance Asc name
interfaces__t_notes_idx Performance Asc notes
interfaces__t_statistics_format_idx Performance Asc statistics_format
interfaces__t_uri_idx Performance Asc uri

Relationships