1
0

test card url

This commit is contained in:
2023-08-03 12:32:44 +09:00
parent 6116d5a076
commit 433959a932
12 changed files with 127 additions and 12 deletions

View File

@ -88,7 +88,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: "20230801"},
{Name: "next", Type: field.TypeString, Nullable: true, Default: "20230811"},
{Name: "group_users", Type: field.TypeInt, Nullable: true},
}
// UsersTable holds the schema information for the "users" table.