Table: Favorite
This model exports favorite data for ministry use. It contains information about user favorites including: - Favorite identifier - Creation date - Associated user and offer
Table description
name | data_type | description |
---|---|---|
favorite_id | The unique identifier for the favorite. | |
favorite_created_at | Timestamp when the favorite was created. | |
user_id | Unique identifier for a user. | |
offer_id | Unique identifier for the offer. |