eaigner / hood

Database agnostic ORM for Go
MIT License
708 stars 52 forks source link

Import time package in schema.go if necessary #32

Closed eaigner closed 11 years ago

eaigner commented 11 years ago

If the schema contains a time.Time field, the migration tool should automatically add a "time" import at the top.