1
0

test delete

This commit is contained in:
2023-07-01 18:45:06 +09:00
parent e9516ac4cd
commit 53f275cbb3
5 changed files with 18 additions and 20 deletions

View File

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