$isNotNull protected property
Whether the column is or not nullable. If this is true
, a NOT NULL
constraint will be added. If this is false
, a NULL
constraint will be added.
protected boolean|null $isNotNull = null
$isNotNull protected property
Whether the column is or not nullable. If this is true
, a NOT NULL
constraint will be added. If this is false
, a NULL
constraint will be added.
protected boolean|null $isNotNull = null
Please login to continue.