Added support for optional columns in db

This commit is contained in:
2019-05-22 16:16:26 +02:00
parent 7c18f48b2a
commit d48d7eb853
3 changed files with 10 additions and 1 deletions

View File

@@ -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();