Adding a table to my database #1883
-
I'm stumped! I added a table definition to my schema file:
I then run
But when I run my application I'm getting this error (whenever I'm initialising Propel).
In Propel 1.6 there was a convert-conf function to rebuild the table maps, but it would appear this isn't required any more.
I'm guessing this is something simple, but I just can't see what I'm doing wrong. Can you point me in the right direction please? Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you using Composer for dependencies? |
Beta Was this translation helpful? Give feedback.
Are you using Composer for dependencies?
Have you run
composer dump-autoload
?http://propelorm.org/documentation/02-buildtime.html#generate-model-classes