NewsFeed

28 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('"NewsFeed_id_seq"'::regclass)
UserNewsFeed.newsFeedId Implied Constraint R
uuid uuid 2147483647 null
newsData json 2147483647 null
createdBy int4 10 null
createdAt timestamptz 35,6 null
updatedAt timestamptz 35,6 null
newsCategory json 2147483647 null
defaultNewsCategory json 2147483647 '["national","business","politics","sports","technology","startup","entertainment","hatke","world","automobile","science","travel","miscellaneous","fashion","education","Health___Fitness"]'::json

Indexes

Constraint Name Type Sort Column(s)
NewsFeed_pkey Primary key Asc id
NewsFeed_uuid_key Must be unique Asc uuid

Relationships