fix: change created_at type from timestamp to date for proper Date control

This commit is contained in:
yumoqing 2026-06-04 16:50:20 +08:00
parent 5809a81646
commit 002226d17c

View File

@ -67,7 +67,7 @@
{ {
"name": "created_at", "name": "created_at",
"title": "注册日期", "title": "注册日期",
"type": "timestamp" "type": "date"
}, },
{ {
"name": "last_login", "name": "last_login",