Does anyone know of a way to do this?
I have an existing table that I created with sql and I would like to create a schema from it that would reproduce the table (mi
A schema is written in [your app]/db/schema.rb. Hope this help!