| Column Name | Column Datatype | Column Null Option | Column Comment |
| organization_uuid | byte(16) | not null | |
| parent_org_uuid | byte(16) | with null | |
| description | nvarchar(255) | with null | |
| org_name | nvarchar(100) | not null | |
| abbreviation | nvarchar(30) | with null | |
| pri_phone_cc | integer | with null | |
| pri_phone_number | nvarchar(32) | with null | |
| alt_phone_cc | integer | with null | |
| alt_phone_number | nvarchar(32) | with null | |
| fax_cc | integer | with null | |
| fax_number | nvarchar(32) | with null | |
| email_address | nvarchar(120) | with null | |
| location_uuid | byte(16) | with null | Formerly UAM PUBLISHER PUBID Formerly ARGIS LOID |
| pager_email_address | nvarchar(120) | with null | |
| inactive | integer | not null | |
| creation_user | nvarchar(64) | with null | |
| creation_date | integer | with null | |
| last_update_user | nvarchar(64) | with null | |
| last_update_date | integer | with null | |
| version_number | integer | with null | |
| company_uuid | byte(16) | with null | Primary key. Unique identifier. |
| comment | nvarchar(255) | with null | |
| contact_uuid | byte(16) | with null | Property Indivudual uuid |
| cost_center | integer | with null | |
| exclude_registration | integer | with null | |
| delete_time | integer | with null |
Product Name: Asset
Table Type: Table