von Barlee » So, 25.11.2007 10:34
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
Hallo Bastelkönig,
führe unter Extras/SQL folgende Befehle nacheinander aus:
[code]ALTER TABLE "Deine Tabelle" ALTER COLUMN "Timestamp -Spalte" TIMESTAMP NULL[/code]
[code]ALTER TABLE "Deine Tabelle" ALTER COLUMN "Timestamp -Spalte" SET DEFAULT CURRENT_TIMESTAMP[/code]
Gruß Barlee