摘要:
一. 官方:https://github.com/go-gorm/datatypes 二. model type User struct { Name `gorm:"column:name;type:varchar(255);` Attributes datatypes.JSON `gorm:"co 阅读全文
摘要:
起因:执行数据库迁移操作时异常 Error 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right 阅读全文
摘要:
# admin.py from django.contrib import admin from django.contrib.admin import SimpleListFilter class MyStatusFilter(SimpleListFilter): # 设置过滤标题 title = 阅读全文