这是我尝试过的......但由于某种原因,“model("user").primaryKey() 仍然返回旧的“User_Id”列......
<cfset table("user_table")>
<cfset property(name="id", column="User_Id") />
<cfset setPrimaryKey(property="id") />
更新
问题在于“脚手架”插件。它使用“COLUMNLIST”而不是“PROPERTYLIST”
我已经修复了它,它现在似乎可以正常生成。