Modified create table statements to use signed columns instead
of unsigned columns. This avoids subtraction problems that can
occur in some versions of MySQL when SQL_MODE is not set to
NO_UNSIGNED_SUBTRACTION.
Main() now sets error_reporting to E_ALL & ~E_NOTICE to
suppress notices.