test: columns: id: {type: integer, notnull: true, primary: true, autoincrement: true } type: {type: string(32), notnull: true } description: {type: string(64), notnull: true }