mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 08:04:04 +00:00
Add timestamp columns to the default getCustomColumns()
This commit is contained in:
parent
bb38940cbf
commit
2fd259b0e9
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