Database – Result Entity (result_entity)
Shows information regarding the result entity.
Column | Data Type | Column Info | Value Notes |
id | int(11) | The Id of the result. | |
title | char(100) | The title of the result. | |
description | varchar(400) | The decription/notes related to the result. | |
active | int(1) | Whether the result is active or not. | |
deleted | int(1) | Whether the result is deleted or not. |