We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 472392e commit fd1dbadCopy full SHA for fd1dbad
1 file changed
crates/migration/src/m20250825_033646_oauth_connections.rs
@@ -33,7 +33,7 @@ impl MigrationTrait for Migration {
33
)
34
.col(
35
ColumnDef::new(UserOAuthConnections::ProviderUserId)
36
- .string_len(255)
+ .text()
37
.not_null(),
38
39
0 commit comments