updates to Postgres schema
Created by: waitman
there are a few lines with int(11), smallint(6) and mediumtext to check, no data loss: according to docs, size of mysql mediumtext 16MB postgresql text - the longest possible character string that can be stored is about 1 GB And the (11) and (6) only affect what is displayed in a result set, has no effect on what is stored in mysql. :)