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.
1 parent 8f53666 commit 547339aCopy full SHA for 547339a
src/schema.rs
@@ -544,10 +544,10 @@ table! {
544
id -> Int4,
545
/// The `keyword` column of the `keywords` table.
546
///
547
- /// Its SQL type is `Varchar`.
+ /// Its SQL type is `Text`.
548
549
/// (Automatically generated by Diesel.)
550
- keyword -> Varchar,
+ keyword -> Text,
551
/// The `crates_cnt` column of the `keywords` table.
552
553
/// Its SQL type is `Int4`.
0 commit comments