在課程的最後兩章我們會提到很多列名字,它們對「活動記錄」有重大意義。這兒是總
結。1、created_at, created_on, updated_at, updated_on 用建立行的或最後更新行(_at
形式)或(_on 形式)的時間戳來自動更新。
2、lock_version rails 將跟蹤行版本號並完成樂觀鎖。如果表包含lock_version 的話。
3、type 由「單個表繼承」使用來跟蹤乙個行的型別。
4、id 表主鍵列的預設名字。
5、***_id 用*** 的複數形式來引用表名字的外來鍵的預設名字。
6、***_count 為子表*** 維護乙個counter 快取。
7、position 如果acts_as_list 被使用的話,它這個list 中行的位置。
8、parent_id 如果使用acts_as_tree 的話,它是對這個行的父項的引用。
SQL SERVER重置自動編號列 標識列
兩種方法 一種是用truncate truncate table name 可以刪除表內所有值並重置標識值 二是用dbcc checkident dbcc checkident table name reseed,new reseed value 如dbcc checkident bc pos re...
SQL SERVER重置自動編號列 標識列
兩種方法 一種是用truncate truncate table name 可以刪除表內所有值並重置標識值 二是用dbcc checkident dbcc checkident table name reseed,new reseed value 如dbcc checkident bc pos re...
SQL SERVER重置自動編號列 標識列
兩種方法 一種是用truncate truncate table name 可以刪除表內所有值並重置標識值 二是用dbcc checkident dbcc checkident table name reseed,new reseed value 如dbcc checkident bc pos re...