forked from sr2/cloud-api
parent
42349b0182
commit
39d3f2d560
9 changed files with 14 additions and 55 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue