originalTextHash property
The hash of the original text.
Implementation
@override
late final GeneratedColumn<String> originalTextHash = GeneratedColumn<String>(
'original_text_hash',
aliasedName,
false,
type: DriftSqlType.string,
requiredDuringInsert: true,
);