|
Link Here
|
| 245 |
} |
245 |
} |
| 246 |
|
246 |
|
| 247 |
# Extra (like autoincrement) |
247 |
# Extra (like autoincrement) |
|
|
248 |
$info->{Extra} =~ s/DEFAULT_GENERATED//; # need to remove it for mysql8 timestamps |
| 248 |
$rv .= $info->{Extra}. ' ' if $info->{Extra}; |
249 |
$rv .= $info->{Extra}. ' ' if $info->{Extra}; |
| 249 |
|
250 |
|
| 250 |
# Comment if passed; not passing means clearing actually. |
251 |
# Comment if passed; not passing means clearing actually. |
| 251 |
- |
|
|