diff --git a/infrastructure/database/create.go b/infrastructure/database/create.go index 3109eb9..da4fe34 100644 --- a/infrastructure/database/create.go +++ b/infrastructure/database/create.go @@ -58,7 +58,7 @@ func createSQLite() (*sql.DB, error) { Novel_ID INTEGER NOT NULL, Episode INTEGER NOT NULL, Chapter INTEGER NOT NULL, - Name TEXT NOT NULL UNIQUE + Name TEXT NOT NULL ); `,