It's good practice to always have a default value in a NOT NULL column anyway. The only exception is in cases were it is imperative that a value is manually entered. This isn't one of them. On PEQ, when a character is created mailkey defaults to 0, and somewhere along the line it gets to changed to an actual key.
EDIT: I just changed the column on SVN to avoid any further confusion.
Last edited by cavedude; 02-08-2009 at 10:15 PM..
|