buildNotNullString() protected method
Builds the not null constraint for the column.
protected string buildNotNullString ( ) | ||
---|---|---|
return | string |
Returns 'NOT NULL' if $isNotNull is true, 'NULL' if $isNotNull is false or an empty string otherwise. |
buildNotNullString() protected method
Builds the not null constraint for the column.
protected string buildNotNullString ( ) | ||
---|---|---|
return | string |
Returns 'NOT NULL' if $isNotNull is true, 'NULL' if $isNotNull is false or an empty string otherwise. |
Please login to continue.