jbillcliffe / django-renterprise

0 stars 0 forks source link

Model for customer notes #10

Closed jbillcliffe closed 1 month ago

jbillcliffe commented 1 month ago

Model Structure

Name Field Type
customer FK Customer
note TextField
created_on DateTimeField
created_by FK User