Shaolinq icon indicating copy to clipboard operation
Shaolinq copied to clipboard

Timestamps

Open drolean opened this issue 8 years ago • 0 comments

Hey, im new on .net dev but i write some app, sites... in php using laravel. and this have a nice orm like this.

a nice function of eloquent is "timestamps" Timestamps By default, Eloquent expects created_at and updated_at columns to exist on your tables.

every new item is added a created_at time, and update populate column updated_at.

is possible to implement.

another function is SoftDelete.

nice working

tnk's []'s

drolean avatar Jan 02 '17 00:01 drolean