We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f173ab + 697b4cf commit 166b97cCopy full SHA for 166b97c
diesel_derives/src/table.rs
@@ -12,7 +12,7 @@ pub(crate) fn expand(input: TableDecl) -> TokenStream {
12
more than 128 columns. Consider using less columns."
13
} else if input.column_defs.len() > 64 {
14
"Table contains more than 64 columns. Consider enabling the \
15
- `32-column-tables` feature to enable diesels support for \
+ `128-column-tables` feature to enable diesels support for \
16
tables with more than 64 columns."
17
} else if input.column_defs.len() > 32 {
18
"Table contains more than 32 columns. Consider enabling the \
0 commit comments