> You can't add a constraint to existing table in SQLite,(In SQL there is a option for do that). You
You can't add a constraint to existing table in SQLite,(In SQL there is a option for do that). You need to re-create the table with necessary contraints.