You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When DURC is compiling, it should create a list of warnings, which should be the last thing displayed by durc.php (it will take some doing to surpress later outputs).
It should catch things like "There is no CURRENT_TIMESTAMP on db.something_something.created_at"
Or
"There is no created_at field at all for db.something_else"
These warnings should show in the artisan steps.
The text was updated successfully, but these errors were encountered:
When DURC is compiling, it should create a list of warnings, which should be the last thing displayed by durc.php (it will take some doing to surpress later outputs).
It should catch things like "There is no CURRENT_TIMESTAMP on db.something_something.created_at"
Or
"There is no created_at field at all for db.something_else"
These warnings should show in the artisan steps.
The text was updated successfully, but these errors were encountered: