Hello,
Problem importing column with the char in PostgreSQL
For example
Correct would be like this:
fg_tipo_lcto char (1) NOT NULL, - Showing as char (n) in ERMaster
This matter wrong:
fg_tipo_lcto char NOT NULL,
ERmaster in the char (n) this appearing as char.
greetings;
Edson
This bug still perciste!
Got any predictions if this bug will be fixed?