licensedata


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
license_id INT 10 null
licenses.id licensedata_ibfk_1C
locale_id INT 10 null
locales.id licensedata_ibfk_2C
content MEDIUMTEXT 16777215 null
created_on DATETIME 26 CURRENT_TIMESTAMP

When the record was created.

updated_on TIMESTAMP 26 CURRENT_TIMESTAMP

When the record was updated. This may be different from the created on date if subsequent changes have been made to the underlying record.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
license_id Performance Asc license_id
locale_id Performance Asc locale_id

Relationships