Open marques-j-robinson opened 1 year ago
This now runs perfectly. It creates the db and tables as intended. Whatever changes you made to the api allowed workbench to recognize all the syntax used here.
@mantisg perfect! Still have some updates for this so be on the lookout in the next few days for an update to this. I'll ping you when it's ready so you'll need to copy whatever is here again. I'm reworking the db structure pretty rigorously finding the right storage pattern for the tic tac toe app.
@mantisg the issue was one of the comment characters were not being displayed causing it to spit out a syntax error.
@marques-j-robinson I'll be watching like a hawk for that update, sir. Of course, it was something small like that. It always is. Awesome that you found it and it works now. If the db is being restructured, won't the user need to delete the current db and re-copy the create statements to make a new db or will there be a set of queries to append the new structure to the existing db? Something to think about when having new users just copy and paste commands they may not fully understand. Not just myself, but others using your instructions to expand the React tutorial.
@mantisg by the time the tutorial is written the db schema will be solidified so no need to worry. It's normal when architecting to drop a whole schema in favor of an alternate one so just drop the whole schema and copy/pasta the new one when it is ready.
@marques-j-robinson Cool cool, that works for me. Pretty sure I'm the only one who is testing this stuff and navigating it before it's done anyway.
@mantisg The issue has been updated