How to change the “timestamp without time zone” to “timestamp with time zone” using Django models using migrations?

前端 未结 0 546
忘掉有多难
忘掉有多难 2021-02-04 15:19
 class test(models.Model):
      mobile_last_login = models.DateTimeField()

I need to change the "timestamp without time zone" to "timest

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