views:

22

answers:

0

For a specified model, I'd like to generate CREATE TABLE statements, in fact INSERT and UPDATE too, using a connection adapter which I specify. In other words I'd like to dump out a create table statement for a model for a particular database type. Is this possible?