Hi, there<br><br>In Jifty, models don't have corresponding&nbsp; tables? I think there's a way but I don't know.<br><br><br>I made a Jifty application, TestApp, and a model Bogus1. In the Bogus1 model, there is Name column.<br>
<br>Then, after a while, I made the second model, Bogus2, and the model also have Name column.<br><br>When I run &quot;jifty schema --setup&quot; for Bogus2, I got an error like this; duplicated column so FAILED.<br><br>I've checked my database, and there was the boguses table, but not the bogus2s table.
<br><br>The two models seemed to try to share a table. If not, how duplicated? <br><br>