✨ Key pairs
This commit is contained in:
@ -8,4 +8,6 @@ class SnLocalKeyPair extends Table {
|
||||
TextColumn get publicKey => text()();
|
||||
|
||||
TextColumn get privateKey => text().nullable()();
|
||||
|
||||
BoolColumn get isActive => boolean().withDefault(Constant(false))();
|
||||
}
|
||||
|
Reference in New Issue
Block a user