Small. Fast. Reliable.
Choose any three.
*** 239,244 ****
--- 239,245 ----
  the foreign key (id) generate an error, a chance to be supported in the future?
  foreign key dont supported in sqlite? or generater automaticaly or ?
  
+ That's not a legal FOREIGN KEY clause; you have to specify what the foreign key references.  SQLite parses, but does not enforce, syntactically-legal FOREIGN KEY specifications; there's a PRAGMA that will retrieve foreign-key information from table definitions, allowing you to enforce such constraints with application code.
  
  ====
  FEATURES ADDED IN RECENT VERSIONS