maybe -> Field('IMAGE', 'upload'),

Em sex, 2 de ago de 2019 às 16:33, Константин Комков <fireandmi...@gmail.com>
escreveu:

> What do you want to know?
> tables.py
> db.define_table(
>     'recipes',
>     Field('NAME',length=512),
>     Field('IMAGE'),
>     migrate=False
> )
> It's my database connection in db.py:
> db = DAL('firebird://sysdba:masterkey@localhost/C:/HR.fdb',
> ignore_field_case=True, entity_quoting=False, pool_size=1, migrate_enabled
> =False, db_codec='UTF-8')
>
>
> --
> 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 web2py+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/3cf73bb8-3c63-47c3-88db-8f9c654798c7%40googlegroups.com
> <https://groups.google.com/d/msgid/web2py/3cf73bb8-3c63-47c3-88db-8f9c654798c7%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAEM0BxMzJko19xOfn5rZvEXq1rqzBh9qHC1yfvtt2BTtakSedQ%40mail.gmail.com.

Reply via email to