Make WordPress Core

Opened 21 years ago

Closed 21 years ago

#1621 closed defect (bug) (fixed)

database: posts.ID and comments.comment_post_ID don't match

Reported by: dougal Owned by:
Priority: normal Milestone:
Component: Administration Version: 1.6
Severity: normal Keywords: database field type
Cc: Focuses:

Description

The posts.ID field is defined as an UNSIGNED bigint(20), but the comments.comment_post_ID field is a signed int(11).

Change History (1)

#1 @davidhouse
21 years ago

  • Resolutionfixed
  • Status newclosed

They're the same now.

Note: See TracTickets for help on using tickets.