单项选择题

reporter=models.ForeignKey(Reporter,on_delete=models.CASCADE)从这句代码推断,父表表名是()。

A.on_delete
B.ForeignKey
C.models
D.Reporter