Help for this page

Select Code to Download


  1. or download this
    naming => {
      monikers => 'preserve',
      relationships => 'preserve',
      column_accessors => 'preserve',
    }
    
  2. or download this
    __PACKAGE__->belongs_to(
      "MyRefTableId",
    ...
              "Id" => "MyRefTableId",
          },
    );
    
  3. or download this
    __PACKAGE__->belongs_to(
      "MyRefTableId",
    ...
              "on_update" => "NO ACTION",
          },
    );