Tables

This page will display information about the selected table.
You can see all the fields and the type of them.

Here you can also create an object from the table:
First, create fields "created_at" and "updated_at", clicking in the button on the first part of the page.
That will also create the triggers to fill up those fields automatically, so you don't even have to worry about that in the code. (Yes, yes. It's an idea that I got from Ruby...)

Once everything is right, you will be able to create the object. Define the name of it, the types for the properties and, here, you can also add alias for each property.
The alias is a different name for the same property.
Because sometimes, you want a property with some MySQL reserved words and, as you can see, Magrathea uses the column name in it internal gear, so the alias will help you to make this transition.

Once the object exists, you can work on it! =)
Go there!