當我們在Django中添加數據庫字段時,我們通常會這樣寫:models.CharField(max_length = 100,null = True,blank = True)與ForeignKey,DecimalField等相同。
確定! 回上一頁