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