buildUniqueString() protected method
Builds the unique constraint for the column.
| protected string buildUniqueString ( ) | ||
|---|---|---|
| return | string |
Returns string 'UNIQUE' if $isUnique is true, otherwise it returns an empty string. |
buildUniqueString() protected method
Builds the unique constraint for the column.
| protected string buildUniqueString ( ) | ||
|---|---|---|
| return | string |
Returns string 'UNIQUE' if $isUnique is true, otherwise it returns an empty string. |
Please login to continue.