Repository Table Schema (repository)


Description

This table contains one entry for every configured external repository instance.

repository table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
type VARCHAR 255
visible BIT 1 1
sortorder BIGINT 19 0

Table contained -1 rows

repository table indexes

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