...
ICD_CODE should be set to a string: VARCHAR, length 32 should be fine.
ICD_DESCR DESC should be set to 255 length; it may default to 150, which is not long enough.
...
...
ICD_CODE should be set to a string: VARCHAR, length 32 should be fine.
ICD_DESCR DESC should be set to 255 length; it may default to 150, which is not long enough.
...