So, I've been wondering (since this evening) if it would be possible to extend default integer field with two features / settings:
signed / unsigned
size (nothing too fine-grained, most importantly INT, BIGINT and perhaps something like TINYINT)
The main reason I'm suggesting this is that I've ba...