gobuffalo / genny

A framework for writing modular generators
MIT License
65 stars 14 forks source link

Bugfix/fixing attrs #9

Closed paganotoni closed 6 years ago

paganotoni commented 6 years ago

This uses downcase for GoType and Adds fizzCol function for commonType

paganotoni commented 6 years ago

@markbates this one is required to get buffalo-auth columns all-set

paganotoni commented 6 years ago

@markbates do you know if Fizz/Soda is capable of that at this point ?

paganotoni commented 6 years ago

Seems like it doesn't, p.e: https://github.com/gobuffalo/fizz/blob/master/translators/postgres.go#L201

markbates commented 6 years ago

they're not. once the attrs stuff is finished then we can tackle moving migration generators there from soda

paganotoni commented 6 years ago

Oh got it, so this PR will not fix our auth plugin 😕, that will require some other PR's

paganotoni commented 6 years ago

I think we're all set here with the changes, LMK when you have the chance to review it, thanks Mark!