SQLite Forum

About STRICT tables
Login
One more question that is not immediately clear to me.
4. Are these type names the only thing that may be used as types or can they still be decorated with a length? And will this length be enforced?
E.g. 
CREATE TABLE ShortNumber
(
   N  INTEGER(3)
) STRICT

Only values between -999 and 999