Badges: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "The Badges table gives information regarding the badges. == Badges Variable Documentation == {| class="wikitable" !Field Name !!Type !!Description |- !id |int(11) |Uniqu...")
 
No edit summary
 
Line 1: Line 1:
<div style="background-color: #ffcccc; border: 1px solid #cc0000; padding: 10px; margin-bottom: 20px; text-align: center;">
'''⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.'''
</div>
The Badges table gives information regarding the badges.
The Badges table gives information regarding the badges.
== Badges Variable Documentation ==
== Badges Variable Documentation ==

Latest revision as of 07:24, 2 December 2025

⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.

The Badges table gives information regarding the badges.

Badges Variable Documentation

Field Name Type Description
id int(11) Unique ID for each badges record.
name varchar(255) Name of the badge.
description varchar(255) Description of the badge.
image_name varchar(255) Icon image for the badge.
created_at datetime Date time value when the record was created.
updated_at datetime Date time value when the record was updated.

E/R diagram for Parents Tables

No Tables were referred by the Badges Table as Foreign Key Relationship.


E/R diagram for Child Tables

Tables referred by the Badges Table as Foreign Key Relationship.



Back to Database Tables Main page.