0
我想知道爲什麼我的web2py SQLFORM.factory中的變量有一個no_table_ [name]而不是實際的表名?有什麼缺少代碼嗎?web2py SQLFORM.factory no_table
e.g
form = SQLFORM.factory(db.event, db.event_permissions, record=record, fields=fields, submit_button='Edit Event Master')