Projekt

Allgemein

Profil

Herunterladen (130 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
alter table oe add column proforma boolean;
alter table oe alter column proforma set default 'false';
update oe set proforma='f';
(9-9/42)