Hey Michael, I hope you've made a safe flight back home. (...) > class DjangoModel(meta.Model): > bla = IntegerField(db_column="foo") The equivalent in Storm is: class MyClass(object): bla = Int("foo") -- Gustavo Niemeyer http://niemeyer.net