use Map<String, Object?> for extradata in persistence
This commit is contained in:
@@ -39,7 +39,7 @@ class Channels extends Table {
|
||||
TextColumn get createdById => text().nullable()();
|
||||
|
||||
/// Map of custom channel extraData
|
||||
TextColumn get extraData => text().nullable().map(MapConverter<Object>())();
|
||||
TextColumn get extraData => text().nullable().map(MapConverter<Object?>())();
|
||||
|
||||
@override
|
||||
Set<Column> get primaryKey => {cid};
|
||||
|
||||
Reference in New Issue
Block a user