When creating a column and setting the data type, every numeric type has a corresponding 'UNSIGNED' value. You can see if a column is unsigned by examining the DDL for the table, but neither the column properties or the table properties (column view) will show the data type as UNSIGNED.
This is on a MySQL db.