不要怂,就是干,撸起袖子干!

Commit ba40d4e2 by Vu Bui Committed by Sushant

Update models-definition.md (#7397)

1 parent 9e7487a5
Showing with 1 additions and 1 deletions
......@@ -134,7 +134,7 @@ Sequelize.GEOMETRY('POINT') // Spatial column with geometry type. Post
Sequelize.GEOMETRY('POINT', 4326) // Spatial column with geometry type and SRID. PostgreSQL (with PostGIS) or MySQL only.
```
The BLOB data type allows you to insert data both as strings and as buffers. When you do a find or findAll on a model which has a BLOB column. that data will always be returned as a buffer.
The BLOB data type allows you to insert data both as strings and as buffers. When you do a find or findAll on a model which has a BLOB column, that data will always be returned as a buffer.
If you are working with the PostgreSQL TIMESTAMP WITHOUT TIME ZONE and you need to parse it to a different timezone, please use the pg library's own parser:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!