Jump to content

Help on a mysql table


brearley147

Recommended Posts

This is for mysql but i thought u guys would know, please can u tell me what is the problem here for this table.

 

CREATE TABLE bank (

  id int(11) NOT NULL auto_increment,

  `date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,

  sendby varchar(20) NOT NULL default '',

  sendto varchar(20) NOT NULL default '',

  amount varchar(20) NOT NULL default '',

  PRIMARY KEY  (id)

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

 

 

 

Thanks, Ash

Link to comment
https://forums.phpfreaks.com/topic/86781-help-on-a-mysql-table/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.