For columns that join on drupal core ids (like vid), I noticed that various tables (metadata, images, itunes, attach) use medium int columns instead of normal int columns; this will cause issues with nid values exceeding 8 million.
Also, It would be a good idea to add descriptions to each column to help anyone attempting to analyze the schema.
Comments
Comment #1
drewish commentedany chance you could take this on? i've been wacking away at the D6 version but i'm not sure i'll have time for this.