%PDF- %PDF-
Direktori : /www/old2/_music/loot/ |
Current File : /www/old2/_music/loot/sql.sql |
CREATE TABLE "public"."disenchanting" ( "id" serial NOT NULL, "flags" int4 DEFAULT NULL NOT NULL, "object" int4 DEFAULT NULL NOT NULL, "kind" char(20) DEFAULT NULL::bpchar NOT NULL, "dd" int4 DEFAULT NULL NOT NULL, "money" int4 DEFAULT 0 NOT NULL, "drops" int2 DEFAULT NULL NOT NULL, CONSTRAINT "disenchanting_pkey" PRIMARY KEY ("id") ) WITH (OIDS=FALSE) ; CREATE TABLE "public"."disenchanting_loot" ( "id" serial NOT NULL, "loot_id" int4 DEFAULT NULL NOT NULL, "item_id" int4 DEFAULT NULL NOT NULL, "item_count" int4 DEFAULT NULL NOT NULL, CONSTRAINT "disenchanting_loot_pkey" PRIMARY KEY ("id") ) WITH (OIDS=FALSE) ;