follows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID int8 19 null

Follow ID

creator int4 10 null
users.ID fk_follows_creator C

Creator user ID (defaults to authenticated user on creation)

creationdate int8 19 date_part('epoch'::text, now())

Creation date and time as a Unix time stamp (defaults to current date and time on creation)

entity text 2147483647 null

Canonical entity

index int8 19 null

Entity ID

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
pk_follows Primary key Asc ID
u_follows_entity_creator_index Must be unique Asc/Asc/Asc entity + creator + index

Relationships