future migrations todo
authorChuck Hagenbuch <chuck@horde.org>
Wed, 21 Jan 2009 18:21:06 +0000 (13:21 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Wed, 21 Jan 2009 18:21:06 +0000 (13:21 -0500)
framework/Db/doc/TODO.txt

index 5f23483..8f582d3 100644 (file)
   the schema/data files. might want to automatically generate these for release
   tarballs too.
 
-- migrations. either rails-style, or MDB2 diff between one parsed structure and
-  another, or both.
+- migrations. rails-style, and possibly also MDB2 diff between one parsed
+  structure and another. For rails-style, add convenience methods of calling
+  $t->string('foo'), instead of $t->column('string', 'foo'). Will need to
+  introspect the nativeDatabaseTypes() list from the connection for this.
 
 - rdo: add the ability to load a table once, then use it repeatedly in a
   relationship (or to have it be a static array), instead of joining.