Help for this page

Select Code to Download


  1. or download this
    ./myapp_create.pl model DB DBIC::Schema MyApp::Schema create=static 'd
    +bi:Oracle:sid=mysid;host=57.5.189.39;port=1521' 'user' 'pwd'
    
  2. or download this
    __PACKAGE__->add_columns(
      "user_id",
    ...
      "user_type_id",
      "permission_id",
    );