Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I am getting this error:
PG::UndefinedColumn: ERROR: column "created_at" does not exist
Yet your event's table schema description states that column
"events" Table Schema:
id
name (String)
created_at (DateTime)
description (String)
You have a point there yourself!
Same here.
Thanks :)
Quite challenging. Good Kata!
I've just starting to work on solving this. Wouldn't it be better for the group bys to have the keys as the group rather than another array element.
i.e.
instead of
I knew there was a way to find the closest word from my algorithms class. Just had to find it!
I learned something new! Sweet! Thanks for this challenge!
A little challenging for me. Thank you!