[sqlalchemy] Setting column properties

2014-12-19 Thread SF Markus Elfring
Hello, I created another class after reading the object relational tutorial. Now I would like to apply more fine-tuning for corresponding attributes. How can I specify a default value for a column there? Is more documentation available for the class Column? Regards, Markus -- You received

Re: [sqlalchemy] Setting column properties

2014-12-19 Thread Werner
Hi, no expert but hopefully following will help. On 12/19/2014 15:01, SF Markus Elfring wrote: Hello, I created another class after reading the object relational tutorial. Now I would like to apply more fine-tuning for corresponding attributes. How can I specify a default value for a column