source:
OpenRLabs-Git/web2py/applications/rlabs/models/m5_nip_groups.py
Last change on this file was 8406aaa, checked in by , 4 years ago | |
---|---|
|
|
File size: 220 bytes |
Line | |
---|---|
1 | # -*- coding: utf-8 -*- |
2 | |
3 | db.define_table('nip_groups', |
4 | Field('nip', required = True, unique = True), |
5 | Field('groups', 'text', required = True) |
6 | ) |
Note: See TracBrowser
for help on using the repository browser.