1
0

test cors

This commit is contained in:
2023-08-12 00:03:24 +09:00
parent 433959a932
commit bdab76bb35
4 changed files with 15 additions and 15 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: "20230811"},
{Name: "next", Type: field.TypeString, Nullable: true, Default: "20230812"},
{Name: "group_users", Type: field.TypeInt, Nullable: true},
}
// UsersTable holds the schema information for the "users" table.