I created a table in Sqlite by using the CREATE TABLE AS syntax to create a table based on a SELECT statement. Now this table has no primary key b
CREATE TABLE AS
SELECT
Use tool like DB Browser for SQLite, it allows to add PK, AI by simple right clicking on table -> modify.