7e0f085b4f487e295933bb64c848576f66fc31c6
[Pman.Core] / DataObjects / Core_notify_recur.php
1 <?php
2 /**
3  * Table Definition for core_notify_recur
4  */
5 require_once 'DB/DataObject.php';
6
7 class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject 
8 {
9     ###START_AUTOCODE
10     /* the code below is auto generated do not remove the above tag */
11
12     public $__table = 'core_notify_recur';    // table name
13     public $id;                              // int(11)  not_null primary_key auto_increment
14     public $person_id;                       // int(11)  not_null
15     public $dtstart;                         // datetime(19)  not_null binary
16     public $dtend;                           // datetime(19)  not_null binary
17     public $tz;                              // real(6)  not_null
18     public $updated_dt;                      // datetime(19)  not_null binary
19     public $last_applied_dt;                 // datetime(19)  not_null binary
20
21     
22     /* the code above is auto generated do not remove the tag below */
23     ###END_AUTOCODE
24 }