MySQL Forums
Forum List  »  InnoDB

Re: ERROR 1005: Can't create table (errno: 150) :: InnoDB
Posted by: Kola Yusuf
Date: January 05, 2009 04:58AM

Hi, In an attempt to create a staff table, I am getting the error shown below. Could someone please advise what is it that I need to do? Many thanks in advance.


mysql> CREATE TABLE staff(staffNo VARCHAR(4) NOT NULL, fName VARCHAR(25) NOT NUL
L, lName VARCHAR(25) NOT NULL, position VARCHAR(25), sex CHAR CHECK (VALUE IN('M
','F')), DOB DATE, salary DECIMAL(7,2), branchNo VARCHAR(4), PRIMARY KEY (staffN
o), FOREIGN KEY (branchNo) REFERENCES branch);


ERROR 1005 (HY000): Can't create table 'dreamhome.staff' (errno: 150)
mysql>

Options: ReplyQuote


Subject
Views
Written By
Posted
654029
March 24, 2005 01:20PM
6120
October 09, 2012 09:48PM
4255
December 19, 2011 10:13PM
9824
May 09, 2006 06:01PM
13047
November 15, 2006 02:05PM
Re: ERROR 1005: Can't create table (errno: 150) :: InnoDB
9974
January 05, 2009 04:58AM
7975
T D
February 01, 2008 06:47AM
9978
August 27, 2008 08:08AM
10257
December 03, 2008 10:15AM
6797
May 01, 2009 07:39AM
3985
August 29, 2011 04:46PM
5617
s l
December 15, 2009 01:48PM
5508
December 22, 2009 02:54AM
3739
February 18, 2011 08:55AM
4542
May 24, 2011 10:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.