bhavindthakkar has asked for the wisdom of the Perl Monks concerning the following question:
By using this command, it doesnt include stored procedures for schema generation. What change do i make to include this? Cheers#!/bin/sh rm lib/MyDBSchema/*.pm script/myapp_create.pl model MyDB DBIC::Schema MyDBSchema create=stati +c "dbi:mysql:myserver:localhost:3306" root rootpassword
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: convert mysql database into catalyst model
by perrin (Chancellor) on May 18, 2007 at 12:44 UTC |