Help for this page

Select Code to Download


  1. or download this
    
    use utf8;
    ...
      "name",
      { data_type => "text", is_nullable => 1 },
    
  2. or download this
    
    use utf8;
    ...
      "othername",
      { data_type => "text", is_nullable => 1 },
    
  3. or download this
    [debug] Loaded components:
    .---------------------------------------------------------------------
    +------------------------------------+----------.
    ...
    |                                              [snip]                 
    +                                    |          |
    | Console::Model::DB::Thing                                           
    +                                    | class    |
    | Console::Model::DB::OtherThing                                      
    +                                    | class    |