Fix #7123 - getting abra ready to test
[Pman.Xtuple] / DataObjects / Backup_usr.php
1 <?php
2 /**
3  * Table Definition for backup_usr
4  */
5 require_once 'DB/DataObject.php';
6
7 class Pman_Xtuple_DataObjects_Backup_usr extends DB_DataObject 
8 {
9     ###START_AUTOCODE
10     /* the code below is auto generated do not remove the above tag */
11
12     public $__table = 'backup_usr';          // table name
13     public $usr_id;                          // int4(4)  
14     public $usr_username;                    // text(-1)  
15     public $usr_propername;                  // text(-1)  
16     public $usr_passwd;                      // text(-1)  
17     public $usr_locale_id;                   // int4(4)  
18     public $usr_initials;                    // text(-1)  
19     public $usr_agent;                       // bool(1)  
20     public $usr_active;                      // bool(1)  
21     public $usr_email;                       // text(-1)  
22     public $usr_dept_id;                     // int4(4)  
23     public $usr_shift_id;                    // int4(4)  
24     public $usr_window;                      // text(-1)  
25
26     
27     /* the code above is auto generated do not remove the tag below */
28     ###END_AUTOCODE
29 }