NONE Query Failure : Column 'width' cannot be null
INSERT INTO image_proxy
( url, is_too_big, width, height, data )
VALUES
(
'http://msnbcmedia.msn.com/j/MSNBC/Components/Photo/_new/pb-110111-snowman-cheng-557p.photoblog900.jpg',
0,
NULL,
NULL,
''
)
;