The default value in a DATE column in a Postgres database can be set by using the keyword DEFAULT CURRENT DATE , as in the script below: CREATE ...
確定! 回上一頁