Skip to content

Show type name from table name

yuki-kimoto edited this page Nov 21, 2012 · 1 revision

Show type name from table name

DBIx::Custom Documents >

Show all column's type names in table by show_typename.

$dbi->show_typename($table);

First row is table name. Rows after first column are column name and type name.

book
title: varchar
issue_date: date

these type names is used by type_rule method's into1 and into2

Clone this wiki locally