UNSIGNED types are out of ANSI specification. On the other hand, UNSIGNED is on of native Tarantool types. So, to make our SQL implementation be consistent with NoSQL, we should allow to declare columns with UNSIGNED type and process them inside SQL routines.