[LLC, Persistence] Add doc comments
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import 'package:moor/moor.dart';
|
||||
|
||||
/// Represents a [ChannelQueries] table in [MoorChatDatabase].
|
||||
@DataClassName('ChannelQueryEntity')
|
||||
class ChannelQueries extends Table {
|
||||
/// The unique hash of this query
|
||||
TextColumn get queryHash => text()();
|
||||
|
||||
/// The channel cid of this query
|
||||
TextColumn get channelCid => text()();
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user