mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 09:24:02 +00:00
Add timestamp columns to getCustomColumns() by default
This commit is contained in:
parent
357901dac5
commit
9d19e3a16f
1 changed files with 2 additions and 0 deletions
|
|
@ -182,6 +182,8 @@ trait VirtualColumn
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'id',
|
'id',
|
||||||
|
static::CREATED_AT,
|
||||||
|
static::UPDATED_AT,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue