Project

General

Profile

Feature #28138

Updated by Denny Hernawan 1 day ago

Jira Ticket: https://unicc.atlassian.net/browse/PIC1060-5284 

 | *Field* | *Data Type* | *M/O* | *Description* | 
 |id|Int|M|| 	
 |asset_type|Enum|M|only 4 asset types : Cold Storage , Incinerator, Autoclave, Scale| 
 |manufacturer_id|Int|M|list of manufacturer names from the master manufacturer| 
 |name|Varchar|M|Asset model name| 
 |description|Varchar|O|Description of the asset model| 
 |created_date|timestamp|M|date when the data was initially created in the system| 
 |created_by|Varchar|M|user that created the data| 
 |updated_date|timestamp|M|data updated_date 	 timestamp 	 M 	 data of last modified or updated data in the system| system 
 |updated_by|Varchar|M|user updated_by 	 Varchar 	 M 	 user that updated the data| data 

Back