2009/3/17 ken uhl :
> How do I set up table class method to correctly format and write 'updated'
> column date and time stamp to postgres?
>
> I have table entry object that contains this - to inflate and deflate :
>
> I think I need to add "has_timestamp"
> .
>
> 22 __PACKAGE__->table('d
How do I set up table class method to correctly format and write
'updated' column date and time stamp to postgres?
I have table entry object that contains this - to inflate and deflate :
I think I need to add "has_timestamp"
.
22 __PACKAGE__->table('dhcpmac');
23 __PACKAGE__-