pop
pop copied to clipboard
Timestamps should default now()
This would make a lot of things easier, things like fixtures and SQL inserts would become simpler with this change.
Duplicate of https://github.com/gobuffalo/pop/issues/455 but the issue is still valid.
Oh. I'm circumventing this by using database defaults and triggers and I've marked these columns as read-only with rw:"r" tag.