
    t.j                     :    d dl mZ  G d dej                        Zy)    )dbc                       e Zd ZdZdZ ej                  ej                  d      Z ej                   ej                  dd      d      Z
 ej                   ej                  dd      d      Zy)	Settingsz
    Single-row settings table. Always access via Settings.query.first() or upsert with id=1.
    Never create more than one row.
    settingsT)primary_key
      )nullableN)__name__
__module____qualname____doc____tablename__r   ColumnIntegeridNumericmonthly_incomeextra_monthly_payment     //var/www/html/financials/app/models/settings.pyr   r      sc     M	2::4	0BRYYzrzz"a04@N%BIIjbjjQ&7$Gr   r   N)app.extensionsr   Modelr   r   r   r   <module>r      s    	Hrxx 	Hr   