Posts by will • 1 point
1 post
-
0
votes0
answers5
viewsQ: How to format knex date with postgresql
I am using knex together with postgres and created a Migrations table.date('birth').notNull(), in the postgres table when I do a query the date is saved in the format 1996-08-06, but when I call the…