Event Shareable Link
Defines the structure of the event shareable links table
Table
Name: event_shareable_links
Columns
id (Primary Key)
Description: The unique identifier for the event’s shareable links table
Data Type: Unsigned bigint
Nullable: No
user_id (Foreign Key)
Description: The unique identifier for the user’s table
Data Type: Unsigned bigint
Nullable: No
event_shareable_id
Description: The shareable ID generated
Data Type: Varchar(255)
Nullable: No
event_shareable_valid
Description: Indicates whether the shareable link is valid and has not been disabled
Data Type: Tinyint(1) - Default: 1
Nullable: No
event_shareable_image_path
Description: The location of the Open Graph Image
Data Type: Varchar(255)
Nullable: No
event_shareable_image_version
Description: The version of Open Graph Image
Data Type: Unsigned integer
Nullable: No
created_at
Description: The timestamp when the record is created
Data Type: Timestamp
Nullable: Yes
updated_at
Description: The timestamp when the record is updated
Data Type: Timestamp
Nullable: Yes