authorId property
Implementation
GeneratedColumn<String> get authorId =>
$composableBuilder(column: $table.authorId, builder: (column) => column);
GeneratedColumn<String> get authorId =>
$composableBuilder(column: $table.authorId, builder: (column) => column);