Event Photo Shareable Link
Defines the structure of the event photo shareable link table
Table
Name: event_photo_shareable_links
Columns
id (Primary Key)
Description: The unique identifier of the event photo shareable link table
Data Type: Unsigned bigint
Nullable: No
event_photo_id (Foreign Key)
Description: The event photo unique identifier
Data Type: Unsigned bigint
Nullable: No
Table: Event Photo
event_photo_shareable_id
Description: The unique generated ID that can be accessed publicly
Data Type: String
Nullable: No
event_photo_shareable_id
Description: The unique generated ID that can be accessed publicly
Data Type: Varchar(255)
Nullable: No
event_photo_shareable_valid
Description: Indicates whether the shareable ID is valid
Data Type: Tinyint - Default: 1
Nullable: No
event_photo_shareable_image_path
Description: The image path for the Open Graph Image
Data Type: Varchar(255)
Nullable: No
event_photo_shareable_image_version
Description: The version of the Open Graph Image
Data Type: 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