Add option to allow extra columns in many_to_many link tables
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Sat, 25 Apr 2015 17:02:30 +0000 (18:02 +0100)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Tue, 28 Apr 2015 21:41:28 +0000 (22:41 +0100)
commitf08818c44125aad840158cc95dff84d955a47411
tree88fa98843d88594fb4de3d4f4195490e58d7bf93
parent1976f22dd6d925d2648f6f7169e39254777d536c
Add option to allow extra columns in many_to_many link tables

The primary key must still equal the union of the foreign keys.
Changes
lib/DBIx/Class/Schema/Loader/Base.pm
lib/DBIx/Class/Schema/Loader/RelBuilder.pm