1
0
Fork 0
forked from sr2/cloud-api

docs: contact docstrings

Issue: #13
This commit is contained in:
Chris Milne 2026-05-28 11:22:12 +01:00
parent 42349b0182
commit 39d3f2d560
9 changed files with 14 additions and 55 deletions

View file

@ -1,9 +1,9 @@
"""
Database models for contact module
Database models for the contact module
Models:
- Contact: id[pk], email, first_name, last_name, phonenumber, vat_number
street_address, post_office_box_number, address_locality, country_code, address_region, postal_code
street_address, street_address_line_2, post_office_box_number, address_locality, country_code, address_region, postal_code
"""
from sqlalchemy import Column, Integer, String, ForeignKey