add initial application structure with configuration, logging, and health check endpoints
This commit is contained in:
@@ -105,8 +105,8 @@ var (
|
||||
{Name: "attribute", Type: field.TypeString, Size: 255},
|
||||
{Name: "remark", Type: field.TypeString, Size: 255},
|
||||
{Name: "raw_json", Type: field.TypeString, Size: 255},
|
||||
{Name: "set_content_json", Type: field.TypeString, Size: 255},
|
||||
{Name: "set_update_time", Type: field.TypeTime, Nullable: true},
|
||||
{Name: "content_json_set", Type: field.TypeString, Size: 255},
|
||||
{Name: "update_time_set", Type: field.TypeTime, Nullable: true},
|
||||
}
|
||||
// EpicHeroInfosTable holds the schema information for the "epic_hero_infos" table.
|
||||
EpicHeroInfosTable = &schema.Table{
|
||||
|
||||
Reference in New Issue
Block a user