1
0

fix card id 1,2

This commit is contained in:
2023-04-08 11:23:05 +09:00
parent 175ab09869
commit e454d97086
5 changed files with 10 additions and 23 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: "20230406"},
{Name: "next", Type: field.TypeString, Nullable: true, Default: "20230409"},
{Name: "group_users", Type: field.TypeInt, Nullable: true},
}
// UsersTable holds the schema information for the "users" table.