kivitendo/sql/Pg-upgrade/Pg-upgrade-2.2.0.7-2.2.0.8.sql @ 3c6e133b
CREATE TABLE "printers" (
|
|
"id" integer DEFAULT nextval('id'::text) PRIMARY KEY,
|
|
"printer_description" text NOT NULL,
|
|
"printer_command" text,
|
|
"template_code" text
|
|
);
|