Saurav Kothari
07/22/2019, 12:36 PMRuby/Rails
world - Are there any scaffold generators available for Kotlin? Essentially something that will generate a model and database migration for a specified schema?mbonnin
07/22/2019, 1:05 PMRobert Menke
07/22/2019, 1:38 PMSaurav Kothari
07/23/2019, 7:37 AMrails generate model ABC attribute1:type1 attribute2:type2
and it will generate a Model file ABC and migration files with the given attributes and types based on the database configured. I was trying to find if Kotlin had something similarRobert Menke
07/23/2019, 12:48 PM