Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Deborah Watson
2,614 PointsWhy does this fail in SQL Lite?
Bummer: SQL Error: UNIQUE constraint failed: members.id
CREATE TABLE members ( ID PRIMARY KEY, first_name, last_name,favorite_rock );
1 Answer

Steven Parker
215,972 PointsYour code looks good to me, and you're the third (at least) person to ask the same question in the last few hours. I suspect that there's a problem with the validation mechanism.
You might want to report this to the Support folks.
Steven Parker
215,972 PointsSteven Parker
215,972 PointsUPDATE — it looks like the bug has been fixed, try it now.