1
0
This commit is contained in:
2024-04-12 01:54:12 +09:00
parent 336827433e
commit eaf0a45d06
3 changed files with 94 additions and 120 deletions

View File

@ -193,7 +193,7 @@ var (
{Name: "ten_post", Type: field.TypeString, Nullable: true},
{Name: "ten_get", Type: field.TypeString, Nullable: true},
{Name: "ten_at", Type: field.TypeTime, Nullable: true},
{Name: "next", Type: field.TypeString, Nullable: true, Default: "20240410"},
{Name: "next", Type: field.TypeString, Nullable: true, Default: "20240411"},
{Name: "room", Type: field.TypeInt, Nullable: true},
{Name: "model", Type: field.TypeBool, Nullable: true},
{Name: "model_at", Type: field.TypeTime, Nullable: true},