]> wagnertech.de Git - kivitendo-erp.git/blob - sql/Pg-upgrade/Pg-upgrade-2.2.0.7-2.2.0.8.sql
Teil 1 von: Usability und Lokalisierung de und de_DE (neu)
[kivitendo-erp.git] / sql / Pg-upgrade / Pg-upgrade-2.2.0.7-2.2.0.8.sql
1 CREATE TABLE "printers" (
2         "id" integer DEFAULT nextval('id'::text) PRIMARY KEY,
3         "printer_description" text NOT NULL,
4         "printer_command" text,
5         "template_code" text
6 );