diesel_cli_ext icon indicating copy to clipboard operation
diesel_cli_ext copied to clipboard

add-table-name should output `table_name` as table instead of string

Open yaziciahmet opened this issue 2 years ago • 0 comments

I am using diesel 2.0.2.

Considering I have a table named article, the outputted table_name when used with --add-table-name option is string, eg. #[diesel(table_name = "article")]. But it should actually be something like #[diesel(table_name = crate::schema::article)].

yaziciahmet avatar Jan 01 '23 15:01 yaziciahmet