hey all,

i'm using postgres and postgres' table inheritance.
but i want to deploy my db from my dbix:class schema, so i need a way to tell 
the schema that
eg. 
App::Schema::Foo::Bar
inherits from
App::Schema::Foo

using it in dbix-class works fine..
but just deploying the DB from my schema does not work.

my sql- schema looks like this
create foo (...some columns..);
create bar  (some more columns) inherits (foo);

any ideas?
i did read the docu but i did not find anything useful.
thanks,
byee, berni




Bernhard Bauch, Webdevelopment
ZSI - Zentrum für soziale Innovation
[email protected]


_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[email protected]

Reply via email to