Skip to content

๐Ÿ  Home

Home Entity

The following properties for home_content table:

Name Type Description Unique Required
home_content_id INT Primary key, unique content ID โœ… โœ…
home_content_type_id INT Foreign key from home type table โŒ โœ…
home_title String Title of the content โŒ โœ…
home_description String WYSWYG of the content (html) โŒ โœ…
home_poster String Poster of the content โŒ โŒ
home_files Array Attachments of the content (multiple) โŒ โŒ
home_comments Array Comments of the content (Plugin/Library) โŒ โŒ
home_is_active boolean Is content active (Default: True) โŒ โœ…

Home Type Entity

The following properties for home_type table:

Name Type Description Unique Required
home_content_type_id INT Primary key, unique content type ID โœ… โœ…
home_content_type_name String Name of the content type โŒ โœ…

NOTE - Unique: Ensures the uniqueness of the values entered into a property of a database table. - Required: Ensures that the values entered a property of a database table can NOT be NULL.


Powered by Berani Digital ID ยฉ 2024