[Dbix-class] Column Metadata
John Napiorkowski
jjn1056 at yahoo.com
Thu Nov 2 15:09:24 GMT 2006
Hi,
Right now if I stuff extra things into the column
metadata info like so:
__PACKAGE__->add_columns(
"thumbnail_path",
{
data_type => "VARCHAR",
default_value => "",
is_nullable => 0,
size => 255,
label => "Thumbnail Path",
field_type=>"Textfield",
},
I can retrieve that via the result_source column info
method. My question is do people think me putting my
metadata here is a bad idea, in the sense that in some
future revision of DBIx the metadata will have some
sort of enforcement and won't support my arbitrary key
values anymore?
Thanks!
John
____________________________________________________________________________________
Want to start your own business? Learn how on Yahoo! Small Business
(http://smallbusiness.yahoo.com)
More information about the Dbix-class
mailing list