@@ -2,7 +2,7 @@
-- 表:books
CREATE TABLE books
(
- id INTEGER PRIMARY KEY,
+ id SERIAL PRIMARY KEY,
book INTEGER,
paragraph INTEGER,
title TEXT