Create a class inspector that will generate SQL code that is needed to store class in a DB: ``` mydb.execute( mydb.tableFor( MyFunkyClass.class ) ); ```