We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3aff0 commit 2ce0e4eCopy full SHA for 2ce0e4e
1 file changed
diesel/src/macros/mod.rs
@@ -94,9 +94,7 @@ macro_rules! __diesel_column {
94
/// Specifies that a table exists, and what columns it has. This will create a
95
/// new public module, with the same name, as the name of the table. In this
96
/// module, you'll find a unit struct named `table`, and a unit struct with the
97
-/// names of each of the columns. In the definition, you can also specify an
98
-/// additional set of columns which exist, but should not be selected by default
99
-/// (for example, for things like full text search)
+/// names of each of the columns.
100
///
101
/// By default this allows a maximum of 32 columns per table.
102
/// You can increase this limit to 64 by enabling the `64-column-tables` feature.
0 commit comments