Projekt

Allgemein

Profil

Herunterladen (168 Bytes) Statistiken
| Zweig: | Markierung: | Revision:
CREATE TABLE "printers" (
"id" integer DEFAULT nextval('id'::text) PRIMARY KEY,
"printer_description" text NOT NULL,
"printer_command" text,
"template_code" text
);
(40-40/42)