On Sun, Oct 30, 2011 at 05:08:51PM +0400, ??????? ???????? scratched on the 
wall:
> Default column values conflict with not null option.

  By default, yes.

  The default default value for all columns is NULL.  If you add a
  NOT NULL constraint and do not re-define the default value using a
  DEFAULT constraint, then you cannot use default values.

  This is normal for all SQL database systems.

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Intelligence is like underwear: it is important that you have it,
 but showing it to the wrong people has the tendency to make them
 feel uncomfortable." -- Angela Johnson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to