
    soj                     v    d dl T d dlmZ d dlmZ d dlmZ  G d de          Ze                                 dS )    )*)	BaseModel)SystemUpdate)Userc                   x    e Zd ZdZ eed          Z eed          Z e	d          Z
 G d d          ZdS )	SystemUpdateUserz 
    SystemUpdateUser class
    system_update)backrefT)nullc                       e Zd ZdZdS )SystemUpdateUser.Metasystem_update_userN)__name__
__module____qualname__db_table     "/app/src/model/SystemUpdateUser.pyMetar      s        'r   r   N)r   r   r   __doc__ForeignKeyFieldr   r	   r   user	CharFielderrorr   r   r   r   r   r      s          $OL/JJJM?4999DI4   E( ( ( ( ( ( ( ( ( (r   r   N)	peeweesrc.model.BaseModelr   src.model.SystemUpdater   src.model.Userr   r   create_tabler   r   r   <module>r!      s        ) ) ) ) ) ) / / / / / /      
( 
( 
( 
( 
(y 
( 
( 
(        r   