We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030b623 commit f113bddCopy full SHA for f113bdd
1 file changed
CHANGELOG.md
@@ -34,6 +34,9 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
34
35
* Added a way to rename columns in the table macro with `#[sql_name="the_column_name"]`
36
37
+* `infer_schema!` and the `diesel print-schema` CLI command now include
38
+ documentation comments for tables and columns.
39
+
40
### Changed
41
42
* The deprecated `debug_sql!` and `print_sql!` functions will now generate
0 commit comments