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

Add timestamp columns to getCustomColumns() by default

This commit is contained in:
lukinovec 2025-07-22 13:04:17 +02:00
parent 357901dac5
commit 9d19e3a16f

View file

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