摘要:
from django.db import models# Create your models here.class Book(models.Model): id = models.AutoField(primary_key=True) #自增类型 title = models.CharField 阅读全文
posted @ 2022-07-07 21:56
呼长喜
阅读(89)
评论(0)
推荐(0)
摘要:
from django.db import models# Create your models here.'''create table t1( name varchar (32) unique not null age int xxx double 8 2 )'''class Ncov(mode 阅读全文
posted @ 2022-07-07 21:02
呼长喜
阅读(52)
评论(0)
推荐(0)

浙公网安备 33010602011771号