Added support for optional columns in db
This commit is contained in:
@@ -30,6 +30,7 @@ abstract class AbstractCommonClubsModelFactory
|
||||
* - int
|
||||
* - float
|
||||
* - ref
|
||||
* - optional: boolean, if true, the field can be NULL
|
||||
* - ref: (only with type='ref') The name of the class that is referenced
|
||||
*/
|
||||
public abstract function getAttributes();
|
||||
|
||||
Reference in New Issue
Block a user