Revision b2bf0e59
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
sql/Pg-upgrade2/history_erp.sql | ||
---|---|---|
employee_id integer,
|
||
addition text,
|
||
what_done text,
|
||
itime timestamp DEFAULT now(),
|
||
|
||
PRIMARY KEY (id),
|
||
FOREIGN KEY (employee_id) REFERENCES employee (id)
|
Auch abrufbar als: Unified diff
Tabelle history_erp braucht noch einen Zeitstempel.