1
0

update cp

This commit is contained in:
2023-04-09 22:54:51 +09:00
parent 311f1ae71a
commit ab66b9efc0
2 changed files with 10 additions and 9 deletions

View File

@ -59,7 +59,7 @@ var (
{Name: "password", Type: field.TypeString},
{Name: "created_at", Type: field.TypeTime, Nullable: true},
{Name: "updated_at", Type: field.TypeTime, Nullable: true},
{Name: "next", Type: field.TypeString, Nullable: true, Default: "20230409"},
{Name: "next", Type: field.TypeString, Nullable: true, Default: "20230410"},
{Name: "group_users", Type: field.TypeInt, Nullable: true},
}
// UsersTable holds the schema information for the "users" table.