vapor-community / Vii

Vii attempts to reverse engineer an existing database into Vapor 4 compatible models
MIT License
7 stars 2 forks source link

@Timestamp creation #4

Closed jonny7 closed 4 years ago

jonny7 commented 4 years ago

Timestamps, probably need an educated guess to define when the column is updated eg - if (create)(.+) appears in column name make it on: .create. If (update)(.+) or (mod)(.+) apply .update

jonny7 commented 4 years ago

Fixed by https://github.com/vapor-community/Vii/pull/9