lucas picollo
lucas picollo
In case you're looking for a way to create this columns in an automated way, I've got this solution from the docs: ```js table.timestamps(true, true); ```
@lualfer99 [documentation](https://knexjs.org/#Schema-timestamps) 
This would be incredibly helpful for my project. I am developing an [Offchain Resolver for ENS](https://github.com/blockful-io/external-resolver) and need to fork a local network to test various scenarios using both Ethereum...