tag_boost


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('tag_boost_id_seq'::regclass)
tag_id int8 19 null
tag.id tag_boost_tag_id_foreignR
boost float4 8,8 '1'::real
created_at timestamptz 35,6 CURRENT_TIMESTAMP
updated_at timestamptz 35,6 CURRENT_TIMESTAMP

Indexes

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

Relationships