ThalamOS
a powerful Flask web application designed to enhance your storage management.
Loading...
Searching...
No Matches
models.StorageItem Class Reference
Inheritance diagram for models.StorageItem:
Collaboration diagram for models.StorageItem:

Static Public Attributes

Optional id = Field(default=None, primary_key=True)
 
Optional info = None
 
datetime modification_time = Field(default_factory=datetime.now)
 

Static Private Attributes

str __tablename__ = "storage"
 

Detailed Description

Data model representing an item in the storage database.

Definition at line 23 of file models.py.

Member Data Documentation

◆ __tablename__

str models.StorageItem.__tablename__ = "storage"
staticprivate

Definition at line 25 of file models.py.

◆ id

Optional models.StorageItem.id = Field(default=None, primary_key=True)
static

Definition at line 26 of file models.py.

◆ info

Optional models.StorageItem.info = None
static

Definition at line 30 of file models.py.

◆ modification_time

datetime models.StorageItem.modification_time = Field(default_factory=datetime.now)
static

Definition at line 31 of file models.py.


The documentation for this class was generated from the following file: