set table/schema when added to table/schema, rather then on object construction
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object / Constraint.pm
index 91e8cee..e79acf5 100644 (file)
@@ -6,7 +6,6 @@ class SQL::Translator::Object::Constraint extends SQL::Translator::Object {
     has 'table' => (
         is => 'rw',
         isa => Table,
-        required => 1,
         weak_ref => 1,
     );