Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Data Model Questions /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Log Appears to Show Table Created, But No Table in MySQL


Go to End


1111 Views

Avatar
bcgreen24

Community Member, 2 Posts

7 September 2015 at 2:03pm

I added a field to a class derived from the 'Page' class (BlogPage)-- after running '/dev/build' I see this:

...and yet when I view the tables in my database, the 'BlogPage' table does not exist. I know I'm getting the 'Server Error' message in the log, but that occurs after the messages indicating the tables have been created.

So-- are those log messages referring to the creation of the tables not a true confirmation that the tables have been actually created? Or have they perhaps been dropped due to the 'Server Error'?

Thanks!
Bryan