fix: commit forgotten files
This commit is contained in:
parent
fe6a1c6ee0
commit
e57da88272
4 changed files with 48 additions and 1 deletions
|
|
@ -17,6 +17,8 @@ class Users extends Table {
|
|||
TextColumn get inventorySettings =>
|
||||
text().map(const MapConverter()).nullable()();
|
||||
TextColumn get avatarConfig => text().map(const MapConverter()).nullable()();
|
||||
TextColumn get trainingDays => text().map(const ListConverter()).nullable()();
|
||||
TextColumn get notificationSettings => text().map(const MapConverter()).nullable()();
|
||||
|
||||
DateTimeColumn get lastSyncAt => dateTime().nullable()();
|
||||
BoolColumn get isDirty => boolean().withDefault(const Constant(false))();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue