The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CREATE TABLE child (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    name varchar,
    birth_day date,
    created datetime,
    modified datetime
);