I'm trying to create a table, which contains an "email_address" field and an "activation hash" field. The default value of "activation hash" field should be
sha1(microtime().email_address))
Is it possible to set this up using laravel migrations and how can I do this?
Surely, i should say, that i'm using postgres as DB engine