accounts: columns: id: {type: integer, notnull: true, primary: true, autoincrement: true } name: {type: string(32), notnull: true } mail_address: {type: string(128), notnull: true } create_at: {type: timestamp, notnull: true }