source: pro-violet-viettel/sourcecode/application/models/Mappings/Entities.Tblcollaborator.dcm.yml @ 431

Last change on this file since 431 was 345, checked in by quyenla, 11 years ago

collaborator page

File size: 637 bytes
Line 
1Entities\Tblcollaborator:
2    type: entity
3    id:
4        id:
5            type: integer
6            generator:
7                strategy: AUTO
8    table: tblcollaborator
9    fields:
10        full_name:
11            type: string
12            length: 45
13        login_name:
14            type: string
15            length: 45
16        cellphone:
17            type: string
18            length: 15
19        passwd:
20            type: string
21            length: 65
22        activated:
23            type: integer
24        created_time:
25            type: string
26        updated_time:
27            type: string
28        author:
29            type: integer
30       
Note: See TracBrowser for help on using the repository browser.