AW: SQL generated schema

2005-11-18 Thread Thoralf Rickert
Hi! I think, the second approach is possible without much work. I did three things to use ALTER TABLEs. 1. I've added a new for-loop in the sql/base/Control.vm at the end of the foreach datamodel loop. This loop goes through all tables and calls a new template called alter-table.vm in the

Serial type in Postgresql

2005-11-18 Thread Jakub Piechnik
Hello I was using Torque 3.1.1 with Postgresql 8.0. In a schema file when I put idMethoad as native and set field as type = INTEGER, required=true, autoInceremt =true in created sql file that fields was mentioned as serial fields - why is that not working in Torque 3.2.-rc2? (Normal INTEGER