mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +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(
|
||||
"CREATE TABLE IF NOT EXISTS Positions(" +
|
||||
"book_id INTEGER PRIMARY KEY NOT NULL UNIQUE REFERENCES Books(book_id)," +
|
||||
"numerator INTEGER," +
|
||||
"numerator INTEGER NOT NULL," +
|
||||
"denominator INTEGER NOT NULL)");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue