Hi

Does anyone know how to delete a reference field from MySQL? I get an error 
from MySQL when I try to remove the field from the table 


#### going from:

db.define_table('tecken',
    Field('hsk_level',type='list:string'),
    Field('streak_id', type='reference streak', writable=True))

### To:

db.define_table('tecken',
    Field('hsk_level',type='list:string'))

This is the error I get:

<class '_mysql_exceptions.OperationalError'> (1025, "Error on rename of 
'./dominochinese/#sql-7bc_b1' to './dominochinese/tecken' (errno: 150)")

-- 

--- 
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/groups/opt_out.


Reply via email to