db.define_table('table_1_name',
Field('field_1_name','string'))
db.define_table('table_2_name',
Field('table_1_reference_field','reference table_1_name'))
It looks like you defined the field as an integer field and then are
attempting to redefine it as a reference field.
-Mark
On Sunday, February 28, 2016 at 12:23:24 PM UTC-6, prashant joshi wrote:
>
>
>
> On Sunday, February 28, 2016 at 11:50:58 PM UTC+5:30, prashant joshi wrote:
>>
>> how to conecting table??
>> how to use refernce??
>>
>
> *Field('sid','integer', 'reference stud_person')*
> i use this
> it is correct???
>
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.