Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Selecting date using DBIx::Class and InflateColumn

by friedo (Prior)
on Jul 11, 2008 at 20:20 UTC ( [id://697074]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    __PACKAGE__->add_columns(id    => { },
                             token => { },
                             old_invoice => { },
                             date  => {data_type => 'datetime'}
                            );
    
  2. or download this
    __PACKAGE__->add_columns(qw/id
                                token
                                old_invoice/);
    
    __PACKAGE__->add_columns(date => {data_type => 'datetime'});
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://697074]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-19 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found