Skip to content

Update / unify property documentation of database objects#6611

Open
BurntimeX wants to merge 6 commits into6.3from
63-dbo-properties
Open

Update / unify property documentation of database objects#6611
BurntimeX wants to merge 6 commits into6.3from
63-dbo-properties

Conversation

@BurntimeX
Copy link
Member

No description provided.

* @property-read int $trophyUseHtml `1` if the trophy use a html description
* @property-read int $showOrder position of the trophy in relation to the other trophies at the same location
* @property-read int $trophyID unique id for the trophy
* @property-read ?string $title
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title is mandatory.

* @property-read ?string $title
* @property-read ?string $description
* @property-read int $categoryID
* @property-read ?int $type
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The type is actually an enum in disguise with the only valid values being 1 (image) and 2 (badge). This column must not be null.

@BurntimeX BurntimeX requested a review from dtdesign March 4, 2026 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

2 participants