cf_dsn


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT UNSIGNED 10 null
domain_id INT UNSIGNED 10 0
dsn_name VARCHAR 64
driver_name VARCHAR 255
description VARCHAR 255 null
is_valid enum('false', 'true') 6 false

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
domain_id Performance Asc domain_id
dsn_name Must be unique Asc/Asc domain_id + dsn_name