public class TableTest extends TestCase{
public void testTable() throws Exception {
new GeneratorTestCase().runSqlScripts();
Table t = TableFactory.getInstance().getTable("USER_INFO");
t.getColumnByName("username").setHasOne("user_info(username)");
//Table t2 = ObjectHelper.deepClone(t);
print(t);