Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Re: Cleaning Up Apache::Session data

by dga (Hermit)
on Mar 31, 2003 at 17:02 UTC ( [id://246994]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ALTER TABLE tablename ADD COLUMN ts timestamp;
    ALTER TABLE tablename ALTER COLUMN ts SET DEFAULT CURRENT_TIMESTAMP;
    
  2. or download this
    CREATE TABLE tablename ( ..., ts timestamp DEFAULT CURRENT_TIMESTAMP, 
    +... );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-03-29 15:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found