實現環境表結構: models.py表單創建與代碼 from django.db import models # Create your models here. class Publisher
問題: 在數據庫的鏈接表中除了原有的外鍵列之外,還有其他的數據列?,F在想把鏈接表及其關聯表導入到EDM中,以形成一個多對多關系或2個一對多關系。解決方案: