feat : sts
This commit is contained in:
@@ -31,4 +31,9 @@ class Suggest extends Model
|
|||||||
* The attributes that should be cast to native types.
|
* The attributes that should be cast to native types.
|
||||||
*/
|
*/
|
||||||
protected array $casts = ['id' => 'integer', 'category' => 'integer', 'user_id' => 'integer'];
|
protected array $casts = ['id' => 'integer', 'category' => 'integer', 'user_id' => 'integer'];
|
||||||
|
|
||||||
|
|
||||||
|
const string CREATED_AT = 'create_time';
|
||||||
|
|
||||||
|
const string UPDATED_AT = 'update_time';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user