I'm just learning how to use SQL. I'm using a DAODatabase which i create. Everything works great, but I have some question on Table limits. I create tables, and some of them require large text fields ( roughly 4k) When i create them, i get an error the field is too large (seems good enough). I've searched the documentation but can't seem to find limits on the fields, what is the limit? I've failed with > 512 and sometimes with > 255 depending on how many text fields I have. Thanks!