From 9cecbdd1bde833e1d0d7ecb3e11d4713ae13f0ff Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Wed, 21 Jan 2009 13:21:06 -0500 Subject: [PATCH] future migrations todo --- framework/Db/doc/TODO.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/framework/Db/doc/TODO.txt b/framework/Db/doc/TODO.txt index 5f23483a9..8f582d3d9 100644 --- a/framework/Db/doc/TODO.txt +++ b/framework/Db/doc/TODO.txt @@ -21,8 +21,10 @@ 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. -- 2.11.0