Skip to content

Commit

Permalink
Binary equals to BYTEA in postgres (UI)
Browse files Browse the repository at this point in the history
  • Loading branch information
nezbite committed Nov 13, 2020
1 parent 86facab commit 60892d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IHP/IDE/SchemaDesigner/View/Columns/Edit.hs
Expand Up @@ -122,7 +122,7 @@ typeSelector postgresType enumNames = [hsx|
{option selected "REAL" "Float"}
{option selected "DOUBLE PRECISION" "Double"}
{option selected "DATE" "Date"}
{option selected "BINARY" "Binary"}
{option selected "BYTEA" "Binary"}
{option selected "Time" "Time"}
{option selected "SERIAL" "Serial"}
{option selected "BIGSERIAL" "Bigserial"}
Expand Down

0 comments on commit 60892d4

Please sign in to comment.