Django annotate field in different model for union

前端 未结 0 1048
庸人自扰
庸人自扰 2021-01-02 05:40

I\'m trying to do a union for two tables:

from django.db import models

class Base(models.Model):
    id = models.BigAu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题