Jump to content

Possible to add same data to ALL tables?


thefreebielife

Recommended Posts

Here is my table structure:

 

  `uId` int(6) NOT NULL auto_increment,

  `username` text NOT NULL,

  `password` text NOT NULL,

  `fname` text NOT NULL,

  `phone` text NOT NULL,

  `email` text NOT NULL,

  `address` text NOT NULL,

  `city` text NOT NULL,

  `state` text NOT NULL,

  `zip` text NOT NULL,

  `country` text NOT NULL,

  `ip` text NOT NULL,

  `gid` int(6) NOT NULL default '0',

  `rid` int(6) NOT NULL default '0',

  `ostatus` double NOT NULL default '0',

  `holdreason` text NOT NULL,

  `astatus` tinyint(4) NOT NULL default '0',

  `date` text NOT NULL,

  `deadline` text NOT NULL,

  `dead` tinyint(4) NOT NULL default '0',

  `istatus` tinyint(4) NOT NULL default '0',

  `denyreason` text NOT NULL,

  `rollo` int(6) NOT NULL default '0',

  `site` varchar(10) NOT NULL default 'Cash',

  PRIMARY KEY  (`uId`)

) ENGINE=MyISAM AUTO_INCREMENT=72104 DEFAULT CHARSET=latin1 AUTO_INCREMENT=72104 ;

 

Is it possible to get all the current tables to have "site" as "Cash"?

 

If so, how?

 

Thanks,

Jared

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.