Seite 1 von 1

Re: Formular / Tabelle mit automatischem Timestamp

Verfasst: So, 25.11.2007 10:34
von Barlee
Hallo Bastelkönig,

führe unter Extras/SQL folgende Befehle nacheinander aus:

Code: Alles auswählen

ALTER TABLE "Deine Tabelle" ALTER COLUMN "Timestamp -Spalte" TIMESTAMP NULL

Code: Alles auswählen

ALTER TABLE "Deine Tabelle" ALTER COLUMN "Timestamp -Spalte"  SET DEFAULT CURRENT_TIMESTAMP
Gruß Barlee