When I create a table, it generated error
CREATE TABLE post2tag ( post_id INT, tagname TEXT, FOREIGN KEY (post_id) REFERENCES posts(id), FORE