Can anyone tell me how to extract the
created field sizes from the table metadata?
eg. VARCHAR(255)
I need to get the 255 from the datatype.
Is this possible?
Currently, I can only retrieve the printed field size which is useless or the system interpreted data type which is also useless.
The system converts all the datatypes to one common type which is not human readible.
I am using a php/postgresql combination.
Thanks