chrishalbert / laravel-nomadic

A toolkit of enhancements to laravel's migrations.
MIT License
31 stars 5 forks source link

Add publishable timestamp trait. #18

Open chrishalbert opened 6 years ago

chrishalbert commented 6 years ago

We should create a timestamp trait to document when a migration starts and stops, similar to that of the Eloquent models (created/updated).

A bonus would be to make this easily publishable.