user_id
: Unique identifier (Primary Key).
join_timestamp
: When the user joined.
item_id
: Unique identifier (Primary Key).
start_timestamp
/ end_timestamp
: Availability period of the item.
transaction_id
: Unique identifier (Primary Key).
user_id
: Foreign Key linking to Users.
item_id
: Foreign Key linking to Items.
timestamp
: When the purchase was made.