Repository Instance Config Table Schema (repository_instance_config)


Description

The config for intances

repository_instance_config table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
instanceid BIGINT 19 null
name VARCHAR 255
value LONGTEXT 2147483647 null

Table contained -1 rows

repository_instance_config table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id