Files
netdisco/Netdisco/lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-8-9-PostgreSQL.sql
2014-02-08 17:03:51 +00:00

11 lines
143 B
PL/PgSQL

BEGIN;
CREATE TABLE "topology" (
"dev1" inet NOT NULL,
"port1" text NOT NULL,
"dev2" inet NOT NULL,
"port2" text NOT NULL
);
COMMIT;