Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8090717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T19:49:00+00:00 2026-06-05T19:49:00+00:00

I get an error when I try to create a table in mysql. Any

  • 0

I get an error when I try to create a table in mysql.

Any tips on resolving it?

create table stock_in(
    ind int not null auto_increment,
    itemcode varchar(10) not null,
    quantity int not null,
    description text not null,
    sales_ref int not null default -1,
    return_outwards_ref int not null default -1,
    stock_in_receipt_ref int not null default -1,
    date text not null,
    time text not null,
    username text not null,
    foreign key (sales_ref) references sales (receiptno),
    foreign key (return_outwards_ref) references returnoutwards(ind),
    primary key (ind)
);

The Error:

ERROR 1005 (HY000): Can't create table 'posinventory.stock_in' (errno: 150)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T19:49:03+00:00Added an answer on June 5, 2026 at 7:49 pm

    Check out the MySQL manual about foreign key constrains:

    If you re-create a table that was dropped, it must have a definition
    that conforms to the foreign key constraints referencing it. It must
    have the right column names and types, and it must have indexes on the
    referenced keys, as stated earlier. If these are not satisfied, MySQL
    returns error number 1005 and refers to error 150 in the error
    message.

    A few ideas:

    • Better drop the tables and create it new with a well formed syntax.
    • Make sure to add ENGINE=InnoDB; to your CREATE TABLE – command.
    • Make sure InnoDB is enabled on your MySQL server. To verify this, try this command: SHOW VARIABLES LIKE 'have_innodb'; – if it returns a YES, then InnoDB is enabled.
    • Check your command for upper- and lowercases in table- and fieldnames.
    • Check this not only one the table you want to create, but also on the tables the foreign keys are referring to.
    • Make sure your referred tables are properly indexed.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

when i try to insert this code i get an mysql error syntax CREATE
When we try to create a view within a funcion we get ERROR: there
I get this error FB is not defined when i try to run this
Here is a table in MySQL 5.3.X+ db: CREATE TABLE members` ( `id` int(11)
I'm running MySQL 5.5.9 and InnoDB. I try to create a versioned table, where
When I try to start MySQL I get: ERROR 2002 (HY000): Can't connect to
When I try to run this statement: CREATE TABLE 'score_table' ( 'name' text NOT
I'm creating two tables like this: CREATE TABLE abc ( id INTEGER NOT NULL
when I try to create arrays in my script I get errors. id[1]=string2; would
I get this error when I try to use time_ago_in_words : Comparison of String

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.