标签: django postgresql orm model
我有一个ID为PK的django模型,另外一个名为sub_user的字段,我希望默认情况下具有与ID相同的值,该怎么做?
sub_user = models.IntegerField(default= ? )