On 11 Apr 2018, at 6:41pm, J Decker <[email protected]> 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 [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

