From: fortuna123 Gazeta.p. <for...@ga...> - 2011-01-19 17:44:02
|
Hello i have problem with tables when i write class Person(SQLObject): ... fname = StringCol() ... mi = StringCol(length=1, default=None) ... lname = StringCol() ... >>> Person.createTable() This create table in base who don't have name but i have base who i create write this createdb fortuna_bib and i don't know how i create class in this base. I'm sorry for my english. Thank you for help me if you can. Rafał Fortuniak |