diff --git a/tools/db/pdb.createprogram.tbl b/tools/db/pdb.createprogram.tbl index d9a88db1831aa5702d1ae5bf9c14a14619898bb7..1918b3e1d672ba1c8cb9b03152753a531035cfb5 100644 --- a/tools/db/pdb.createprogram.tbl +++ b/tools/db/pdb.createprogram.tbl @@ -80,7 +80,7 @@ CREATE TABLE #ITN# CREATE TABLE #RTN# ( - reloc_id SERIAL PRIMARY KEY, -- id in the table + reloc_id integer, -- id in the table reloc_offset integer DEFAULT 0, -- how far into the object/instruction is the relocation reloc_type text DEFAULT '', -- what type is the relocation. instruction_id integer DEFAULT -1, -- the object/instruction for this reloc, field name is anachronistic.