Posted on Dec 11, 2007 by
Swift Bear
Like Rails 2.0 migrations system did, allow a declaration as follows:
CreateTable('table_name' field1, field2, field3 = Integer() ).append_to(self)
verify if it's possible and how to do.
Status: New
Labels:
Type-Task
Priority-Medium