Fix the type of owner_id in collections table
This commit is contained in:
parent
959f6cd27e
commit
76eb21350f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class CollectionsDB {
|
|||
await db.execute('''
|
||||
CREATE TABLE $table (
|
||||
$columnID INTEGER PRIMARY KEY NOT NULL,
|
||||
$columnOwnerID TEXT NOT NULL,
|
||||
$columnOwnerID INTEGER NOT NULL,
|
||||
$columnEncryptedKey TEXT NOT NULL,
|
||||
$columnKeyDecryptionNonce TEXT NOT NULL,
|
||||
$columnName TEXT NOT NULL,
|
||||
|
|
Loading…
Add table
Reference in a new issue