Added UNSIGNED to the mysql grammar file because auto increment fields only run upwards, it's a waste of space to provide negative values by the default SIGNED state of INT. |
||
|---|---|---|
| .. | ||
| grammar.php | ||
| mysql.php | ||
| postgres.php | ||
| sqlite.php | ||
| sqlserver.php | ||
Added UNSIGNED to the mysql grammar file because auto increment fields only run upwards, it's a waste of space to provide negative values by the default SIGNED state of INT. |
||
|---|---|---|
| .. | ||
| grammar.php | ||
| mysql.php | ||
| postgres.php | ||
| sqlite.php | ||
| sqlserver.php | ||