In order to store values in a database, we must have a table to store them in. These tables can be created using Design Studio.
The easiest way to create the database table is to follow the instructions given by the yellow warning bar which informs you that the table definitions of the Development Database does not match the type of the variable that is being stored. Simply click the re-create table button. This brings up the SQL required to create the table to house our Tip values. Then click the Execute button, to create the table. A popup confirms that the table was created successfully.
An alternative way of creating the necessary database tables is to click the item "Create Database Table" in the Tools menu, to bring up the database table creation dialog. Here a database can be chosen and the types for which to generate tables can be selected.
