Skip to content

Commit ca0d5b8

Browse files
committed
Use lowercase
1 parent 4ba5e03 commit ca0d5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/partial_model_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ async fn partial_model_left_join_exists() {
178178
#[sea_orm(entity = "bakery::Entity", alias = "factory", from_query_result)]
179179
struct Factory {
180180
id: i32,
181-
#[sea_orm(from_col = "Name")]
181+
#[sea_orm(from_col = "name")]
182182
plant: String,
183183
}
184184

0 commit comments

Comments
 (0)