Revision 8beef6f5
Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt
sql/Pg-upgrade2/acc_trans_without_oid.sql | ||
---|---|---|
5 | 5 |
CREATE SEQUENCE acc_trans_id_seq; |
6 | 6 |
|
7 | 7 |
CREATE TABLE new_acc_trans ( |
8 |
acc_trans_id integer DEFAULT nextval('acc_trans_id_seq'),
|
|
8 |
acc_trans_id bigint DEFAULT nextval('acc_trans_id_seq'),
|
|
9 | 9 |
trans_id integer, |
10 | 10 |
chart_id integer, |
11 | 11 |
amount numeric(15,5), |
Auch abrufbar als: Unified diff
Die ID sollte 64bit groß sein.