interface_credentials__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
username varchar 27 null
interface_id uuid 2147483647 null
interfaces__t.id interface_credentials__t_interface_id_fkeyR
password varchar 17 null

Indexes

Constraint Name Type Sort Column(s)
interface_credentials__t_pkey Primary key Asc __id
interface_credentials__t___origin_idx Performance Asc __origin
interface_credentials__t___source_idx Performance Asc __source
interface_credentials__t___start_idx Performance Asc __start
interface_credentials__t_id_idx Performance Asc id
interface_credentials__t_interface_id_idx Performance Asc interface_id
interface_credentials__t_password_idx Performance Asc password
interface_credentials__t_username_idx Performance Asc username

Relationships