我正在做一些功課。我的數據庫的用戶使用一些其他屬性,而不僅僅是當我實現登錄和註冊機制時爲我自動創建的那些屬性。但是,當我嘗試保存修改顯示我一個錯誤。有人能幫我一把嗎? 這是錯誤:爲什麼我不能添加新列到我的用戶表?
錯誤說:
'aspnet_Users' table - Unable to modify table. ALTER TABLE only allows columns to be added that can contain nulls, or have a DEFAULT definition specified, or the column being added is an identity or timestamp column, or alternatively if none of the previous conditions are satisfied the table must be empty to allow addition of this column. Column 'kjoptekvoten' cannot be added to non-empty table 'aspnet_Users' because it does not satisfy these conditions.
,當我實現了基於認證和註冊表格數據庫自動創建。現在的問題是用戶需要更多的屬性。我怎麼能給它更多的屬性?最簡單的方法是什麼?不介意它是不是理論上正確的(這只是作業)。
我會很感激你的幫助。
它特別重要,它是理論上正確的,因爲它的功課:-) – 2011-05-09 00:52:49