auto_increment feature not being applied to table #112520
Replies: 1 comment
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
I'm not sure if this is me, or the codespace, as my professor is not having this issue but multiple students are.
My professor uses codespaces to teach MySQL. In one of the questions we have to add an auto_increment feature to the CUTSOMER table and I cannot figure out why this is not working. I've done a container rebuild and a FULL container rebuild. Still the same result. It accepts my ALTER TABLE input but does not add the feature to the table. Maybe someone here can give some guidance as i'm just learning and it very well could be something im doing wrong, but considering multiple students are stuck here it leads me to believe its some sort of bug? I should note, this starts off at question 16, creating the CUSTOMER table, and goes all the way to question 30 (1-15 was the first coding assignment). Adding this feature is question 20, so its not expected to be added during the table creation.
Beta Was this translation helpful? Give feedback.
All reactions