Something strange has just appeared in my database, can anyone explain this
duplication of columns:

test=# \d plate_reporter
                                      Table "plate_reporter"
      Column       |  Type   |                             Modifiers
-------------------+---------+--------------------------------------------
 plate_reporter_id | integer | not null,
 plate_reporter_id | integer | not null,
 plate_id          | integer | not null
 plate_id          | integer | not null
 well_address      | text    | not null
 well_address      | text    | not null
 reporter_id       | integer | not null
 reporter_id       | integer | not null
 dilution_factor   | text    |
 dilution_factor   | text    |


Thanks

Adam


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to