/[notice-sender]/jifty-dbi/lib/Nos/Lists.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /jifty-dbi/lib/Nos/Lists.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 92 - (show annotations)
Tue Dec 19 10:32:18 2006 UTC (17 years, 4 months ago) by dpavlin
File size: 348 byte(s)
begin migration from Class::DBI to Jifty::DBI
1 use warnings;
2 use strict;
3
4 package Nos::Lists::Schema;
5 use Jifty::DBI::Schema;
6
7 column name => type is 'text', is mandatory;
8 column bounce_limit => type is 'int', default is 3 is mandatory;
9 column date => type is 'timestamp', default is 'now()' is mandatory;
10
11 package Nos::Lists;
12 use base qw(Jifty::DBI::Record);
13
14 # your custom code goes here.
15
16 1;

  ViewVC Help
Powered by ViewVC 1.1.26