postgre时间格式

想在插入时为当前时间,建表的时间格式怎么写,怎么插入当前时间


import datetime

time_now = datetime.datetime.now()

如果是插入数据的时候想实现当前时间,

img

可以参考这个