How can we add a constraint which enforces a column to have only positive values.
Tried the following mysql statement but it doesn\'t work
create tab
You should use UNSIGNED INTEGER data type. For more information, click here