Skip to content

Commit fd1dbad

Browse files
committed
provideruserid
1 parent 472392e commit fd1dbad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/migration/src/m20250825_033646_oauth_connections.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ impl MigrationTrait for Migration {
3333
)
3434
.col(
3535
ColumnDef::new(UserOAuthConnections::ProviderUserId)
36-
.string_len(255)
36+
.text()
3737
.not_null(),
3838
)
3939
.col(

0 commit comments

Comments
 (0)