1
0

test card 22

This commit is contained in:
2023-05-21 15:45:18 +09:00
parent 33944caab7
commit baeca96d10
3 changed files with 29 additions and 1 deletions

View File

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