On 11 Apr 2018, at 6:41pm, J Decker <d3c...@gmail.com> wrote: > Is there something about SQL that requires constraints to follow all column > definitions?
I don't know if it applies to SQL in general, but it is in SQLite: <https://sqlite.org/syntax/create-table-stmt.html> The table constraints come after the column definitions. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users