Footprints Data Model

Table
Name chat_channel_subscriber
Comment A subscriber to a chat channel.

Column
Name Datatype Comment Is PK Is FK
chat_channel_subscriber_id bigint The automatically generated primary key of the chat_channel_subscriber table. Yes No
chat_channel_id bigint A Foreign Key to the Chat Channel table. No Yes
user_id bigint A Foreign Key to the Application User table. No Yes
last_time_queried datetime The value of a Chat Channel Subscriber, stored as a date. No No