MySQL外鍵設定中的的 Cascade、NO ACTION、Restrict、SET NULL,cascaderestrict

來源:互聯網
上載者:User

MySQL外鍵設定中的的 Cascade、NO ACTION、Restrict、SET NULL,cascaderestrict
MySQL外鍵設定中的的屬性含義:
cascade方式
在父表上update/delete記錄時,同步update/delete掉子表的匹配記錄

set null方式
在父表上update/delete記錄時,將子表上匹配記錄的列設為null
要注意子表的外鍵列不能為not null  

No action方式
如果子表中有匹配的記錄,則不允許對父表對應候選索引鍵進行update/delete操作  

Restrict方式
同no action, 都是立即檢查外鍵約束

Set default方式
父表有變更時,子表將外鍵列設定成一個預設的值 但Innodb不能識別

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.