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