CREATE TABLE daten ( id serial, feld1 varchar NOT NULL, feld2 integer NOT NULL, changed timestamp DEFAULT 'now()' NOT NULL