chore: do some work

This commit is contained in:
Simon Ding
2024-07-06 10:59:30 +08:00
parent c703552267
commit 7d9dc17f87
14 changed files with 245 additions and 23 deletions

View File

@@ -84,6 +84,7 @@ var (
{Name: "overview", Type: field.TypeString},
{Name: "path", Type: field.TypeString},
{Name: "poster_path", Type: field.TypeString, Nullable: true},
{Name: "created_at", Type: field.TypeTime},
}
// SeriesTable holds the schema information for the "series" table.
SeriesTable = &schema.Table{