lucas picollo

Results 5 comments of 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) ![image](https://user-images.githubusercontent.com/29408363/108358870-00780780-71ce-11eb-8508-65b77c8b2fa4.png)

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...