_81.patients_statements_options_map

Field Type Null Default Key Extra Comment
psom_id int(11) NO PRI auto_increment
psom_cli_id int(11) NO
psom_cus_id int(11) NO
psom_pst_id int(11) NO MUL
psom_option_type int(11) NO used to identify the option type and can be used to identify another table to join on
psom_option_value varchar(255) YES primary key value associated with table to join on
psom_modified timestamp YES CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP
psom_created timestamp YES CURRENT_TIMESTAMP

References

Local Column References