The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
-- This creates a basis for the schema for testing the 'unexpected columns in
-- DB' functioanlity added by jason
CREATE TABLE spanish_inquisition (
    id integer          PRIMARY KEY AUTOINCREMENT,
    name varchar(255)
);