hi, i'm using phpmyadmin & would like to create an additional field in the following table.
Field // Type Collation Attributes Null Default Extra Action
user_id // int(10)
first_name //varchar(20)
last_name // varchar(40)
email // varchar(80)
pass // char(40)
user_level //tinyint(1)
active // char(32)
registration_date// datetime
the field would be
subscription_end //datetime + 6 months
I would like this date to equal (registration_date + 6 months)
my phpadmin shows this formula at the bottom of the table...
Add 1 field(s) At End of Table After registration_date
before i click "GO" it would be nice if i knew how to configure the "datetime + 6 months" Does this exist? thanx for your help.