Adding size to postal code

This commit is contained in:
Maho Pacheco 2022-12-11 19:34:25 -08:00
parent 4dadf8a72d
commit 07d8684fc7
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ erDiagram
string city string city
string region string region
string state string state
string postal_code string(5) postal_code
string country string country
} }