For example, suppose I have the following schema:
CREATE TABLE Story( id INT(6) UNSIGNED AUTO_INCREMENT PRIMARY KEY, title VARCHAR(50) NOT NULL, body VAR