Registration Hubs Table Schema (registration_hubs)


Description

hub where the site is registered on with their associated token

registration_hubs table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
token VARCHAR 255

the token to communicate with the hub by web service

hubname VARCHAR 255
huburl VARCHAR 255
confirmed BIT 1 0
secret VARCHAR 255 null

the unique site identifier for this hub

timemodified BIGINT 19 0

Table contained -1 rows

registration_hubs table indexes

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