1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2025-12-12 12:14:03 +00:00

Add timestamp columns to the default getCustomColumns()

This commit is contained in:
lukinovec 2025-07-22 13:09:08 +02:00
parent bb38940cbf
commit 2fd259b0e9

View file

@ -182,6 +182,8 @@ trait VirtualColumn
{ {
return [ return [
'id', 'id',
static::CREATED_AT,
static::UPDATED_AT,
]; ];
} }