update: the usage model.

This commit is contained in:
Darshan 2025-05-08 19:51:16 +05:30
parent 36e6617090
commit 5c0717458f

View file

@ -22,6 +22,12 @@ class UsageDatabase extends Model
'default' => 0,
'example' => 0,
])
->addRule('tablesTotal', [
'type' => self::TYPE_INTEGER,
'description' => 'Total aggregated number of tables.',
'default' => 0,
'example' => 0,
])
->addRule('documentsTotal', [
'type' => self::TYPE_INTEGER,
'description' => 'Total aggregated number of documents.',