hello
i am writing a query to create table which contains boolean fields
i tried following code but getting syntax error.

con.execute "create table exa (boolean paper('TRUE','FALSE'),boolean TW('TRUE','FALSE'))"
can anybody help me to solve the prob
thanks