Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは機能しません:
create table event ( ... time int default date_part('epoch', timestamp 'now'), ... );
私はpostgresqlの専門家ではありませんが、これは機能しないはずです
time int default date_part('epoch', now())