Fügen Sie den aktuellen Zeitstempel in PostgreSQL ein
INSERT into "Group" (name,createddate)
VALUES ('Test', current_timestamp);
slohobo
INSERT into "Group" (name,createddate)
VALUES ('Test', current_timestamp);