[摘要] MySQL外鍵設(shè)置中的的屬性含義:cascade方式在父表上update/delete記錄時(shí),同步update/delete掉子表的匹配記錄 set null方式在父表上update/delete記錄時(shí),將子表上匹配記錄的列設(shè)為null要注意子表的外鍵列不能為no...[全文]
[摘要] 作者:zhanhailiang 日期:2015-01-21介紹Navicat for MySQL[是一款強(qiáng)大的 MySQL 數(shù)據(jù)庫(kù)管理和開(kāi)發(fā)工具,它為專業(yè)開(kāi)發(fā)者提供了一套強(qiáng)大的足夠尖端的工具。Navicat for MySQL 基于Windows平臺(tái),為 MySQL 量...[全文]
[摘要] Default managersIf you use custom Manager objects, take note that the first Manager Django encounters (in the order in which they’re defined in the mo[全文]