postgresql unsigned

admin

Administrator
Staff member
I'm using postgresql version 7.0.2 and I defined that datatype is int4 unsigned, when I run the create table it gives an error of unsigned. Is there unsigned opportunity or am I defining it the wrong way (column_name int4 unsigned)
 
Back
Top