You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
The documentation states the SQLite lacks a boolean data type, so PyDAL maps boolean values to CHAR(1). But why do you do this with Postgres? Looking in my migration logs, I see boolean fields being created as CHAR(1). Postgres does have a boolean type.