Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

DBIx::Class Error: syntax error at or near "NOT" [Solved]

by three18ti (Monk)
on Jun 03, 2012 at 06:08 UTC ( [id://974088]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    DBIx::Class::Schema::deploy(): DBIx::Class::Schema::deploy(): 
    ...
    );
    
    ") at deploy.pl line 32
    
  2. or download this
    # deploy Schema
    my $schema = My::Schema->connect($dsn, $user_name, $password);
    $schema->deploy({ add_drop_table => 1});
    
  3. or download this
    
    package My::Schema::Result::User;
    ...
    __PACKAGE__->meta->make_immutable;
    1;
    __END__
    
  4. or download this
    package My::Schema::Result::User;
    
    ...
    __PACKAGE__->meta->make_immutable;
    1;
    __END__
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://974088]
Approved by davido
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-24 00:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found