migrations/JMdict: no default value for EntryScore.score
Build and test / build (push) Failing after 4m4s
Build and test / build (push) Failing after 4m4s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CREATE TABLE "JMdict_EntryScore" (
|
||||
"elementId" INTEGER PRIMARY KEY,
|
||||
"score" INTEGER NOT NULL DEFAULT 0,
|
||||
"score" INTEGER NOT NULL,
|
||||
"common" BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
|
||||
"entryId" INTEGER NOT NULL GENERATED ALWAYS AS (("elementId" / 100) % 10000000) STORED,
|
||||
|
||||
Reference in New Issue
Block a user