标签: kohana
当我添加新列' custom_url'时,我收到此错误。
我已经有了一个ORM的实例,当我获取或尝试保存新列的数据时,它给出了错误,指出custom_url属性不存在。
Kohana_Exception [ 0 ]: The custom_url property does not exist in the Model_Event class
答案 0 :(得分:0)
您使用的是PDO驱动程序吗?因为那时您需要手动将所有列添加到模型的_table_columns。
PDO
_table_columns