feat: Add City entity methods and migration for title field
- Created a new JSON file for the City entity's AST representation, detailing its methods and properties. - Added a migration to alter the cities table by adding a nullable title column.
This commit is contained in:
@@ -239,6 +239,7 @@ export interface City {
|
||||
uuid: string;
|
||||
name: string;
|
||||
site_name?: string | null;
|
||||
title?: string | null;
|
||||
status: number;
|
||||
weight: number;
|
||||
province_id: number | null;
|
||||
|
||||
Reference in New Issue
Block a user