mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
not null
This commit is contained in:
parent
9c1e06cfea
commit
8bb0975565
1 changed files with 1 additions and 1 deletions
|
@ -1474,7 +1474,7 @@ final class SQLiteBooksDatabase extends BooksDatabase {
|
||||||
myDatabase.execSQL(
|
myDatabase.execSQL(
|
||||||
"CREATE TABLE IF NOT EXISTS Positions(" +
|
"CREATE TABLE IF NOT EXISTS Positions(" +
|
||||||
"book_id INTEGER PRIMARY KEY NOT NULL UNIQUE REFERENCES Books(book_id)," +
|
"book_id INTEGER PRIMARY KEY NOT NULL UNIQUE REFERENCES Books(book_id)," +
|
||||||
"numerator INTEGER," +
|
"numerator INTEGER NOT NULL," +
|
||||||
"denominator INTEGER NOT NULL)");
|
"denominator INTEGER NOT NULL)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue