Work on person methods and related
This commit is contained in:
@@ -76,6 +76,8 @@ class Person_Base(BaseModel):
|
||||
created_on: Optional[datetime.datetime] = None
|
||||
updated_on: Optional[datetime.datetime] = None
|
||||
|
||||
test_field: str = 'asdf 1234'
|
||||
|
||||
# Convenience Data
|
||||
# This is only for convenience. Probably going to keep unless it causes a problem.
|
||||
email: Optional[str]
|
||||
|
||||
Reference in New Issue
Block a user