[Dbix-class] postgres table inheritance in Schema?
Bernhard Bauch
bauch at zsi.at
Tue Jul 20 19:45:39 GMT 2010
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
bauch at zsi.at
More information about the DBIx-Class
mailing list