RawSrcMetadata

Undocumented in source.
package
@TableName(rawSrcMetadataTable)
@TableForeignKey("file_id", KeyRef("files(id)"), KeyParam("ON DELETE CASCADE"))
@TableConstraint("unique_line_in_file UNIQUE (file_id, line)")
struct RawSrcMetadata {}

Members

Variables

comment
string comment;
Undocumented in source.
fileId
long fileId;
Undocumented in source.
id
long id;
Undocumented in source.
line
uint line;
Undocumented in source.
nomut
long nomut;
Undocumented in source.
tag
string tag;
Undocumented in source.

Meta