Development

Changeset 5820

You must first sign up to be able to contribute.

Changeset 5820

Show
Ignore:
Timestamp:
11/02/07 18:31:47 (2 years ago)
Author:
fabien
Message:

changed default required value to true for sfPropelDatabaseSchema foreign keys support

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/plugins/sfPropelPlugin/lib/propel/sfPropelDatabaseSchema.class.php

    r5750 r5820  
    240240              $this->database[$table][$column] = array( 
    241241                'type'             => 'integer', 
     242                'required'         => true, 
    242243                'foreignTable'     => $foreign_table, 
    243                 'foreignReference' => 'id' 
     244                'foreignReference' => 'id', 
    244245              ); 
    245246            } 
     
    249250            } 
    250251          } 
    251            
    252252        } 
    253253        else 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.