Hi,
when installing, the schema creation tries to create fields like int(10), which is invalid with PostgreSQL. As http://drupal.org/node/159605 states, size must not be given directly, but using "tiny", "small", "big", etc.
Hi,
when installing, the schema creation tries to create fields like int(10), which is invalid with PostgreSQL. As http://drupal.org/node/159605 states, size must not be given directly, but using "tiny", "small", "big", etc.
Comments
Comment #1
spydmobile commentedsubscribing
Comment #2
grandcat commentedWill close this one because another issue with more information about the bug, exists.
#508312: Schema description invalid for PostgreSQL and MySQL