Pular para o conteúdo principal

System Entities

System-level entities for activity logs, API call logs, features, languages, countries, currencies, image assets, and reports.

ActivityLog

ColumnTypeDescription
entitystringChanged entity type
entityIdUUIDChanged entity ID
actionenumCREATED, UPDATED, DELETED
actorTypeenum?User or System
descriptionstring?Change description
updatedFieldsstring[]?List of changed fields
updatedValuesjson?New values
previousValuesjson?Old values
creatorIdUUID?FK to user
datajson?Additional data

ApiCallLog

ColumnTypeDescription
urlstringRequest URL
methodstringHTTP method
statusCodenumberResponse status code
requestHeadersstring?Request headers
requestBodystring?Request body
responseBodystring?Response body
ipAddressstring?Client IP address

Feature

ColumnTypeDescription
namestringFeature name
codestringFeature code
descriptionstring?Description
imagestring?Feature image
linkstring?Documentation link
isEnabledbooleanDefault enabled state
isPaidboolean?Requires payment
parentIdUUID?FK to parent feature

Language

ColumnTypeDescription
namestringLanguage name
codestringISO code
is_systembooleanSystem language
descriptionstring?Description
colorstring?Display color

Country

ColumnTypeDescription
isoCodestringISO country code
countrystringCountry name

Currency

ColumnTypeDescription
isoCodestringISO currency code
currencystringCurrency name

ImageAsset

ColumnTypeDescription
namestringFile name
urlstringFull URL
thumbstring?Thumbnail URL
widthnumber?Image width
heightnumber?Image height
sizenumber?File size (bytes)
isFeaturedboolean?Featured flag
storageProviderenum?Storage provider
externalProviderIdstring?External storage ID

Report / ReportCategory

ColumnTypeDescription
namestringReport/category name
slugstring?URL-friendly slug
descriptionstring?Description
imagestring?Report image
iconClassstring?Icon CSS class
showInMenuboolean?Show in sidebar
categoryIdUUID?FK to category

Tag / TagType / Skill

Tags and skills used for categorization.

Tag ColumnTypeDescription
namestringTag name
colorstringColor hex
iconstring?Icon
descriptionstring?Desc
isSystembooleanSystem tag
tagTypeIdUUID?FK to tag type