Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: dbicdump and relationships

by zwon (Abbot)
on Jan 14, 2013 at 15:01 UTC ( [id://1013229]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    CONSTRAINT ... FOREIGN KEY ... REFERENCES ...
    
  2. or download this
    mysql> create table foo (id integer primary key, name varchar(10));
    Query OK, 0 rows affected (0.01 sec)
    ...
    
    mysql> drop table foo;
    Query OK, 0 rows affected (0.00 sec)
    

Log In?
Username:
Password:

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

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

    No recent polls found