Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jan 30, 2024
1 parent dd77011 commit 3fc6c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/table/column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ pub struct ColumnDef {
/// | Date | date | date | date_text |
/// | Year | year | N/A | N/A |
/// | Interval | N/A | interval | N/A |
/// | Binary | blob | bytea | blob |
/// | VarBinary | varbinary | bit varying | varbinary_blob |
/// | Binary | binary | bytea | blob |
/// | VarBinary | varbinary | bytea | varbinary_blob |
/// | Bit | bit | bit | N/A |
/// | VarBit | bit | varbit | N/A |
/// | Boolean | bool | bool | boolean |
Expand Down

0 comments on commit 3fc6c3a

Please sign in to comment.