Guest User

Untitled

a guest
Jul 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. //when adding this
  2. //[...]
  3. indexes:
  4. unique_idx:
  5. fields: externalUserId
  6. type: unique
  7.  
  8. //...and calling "php.exe doctrine create tables" i get the following error:
  9.  
  10. Catchable fatal error: Argument 1 passed to Doctrine_Export_Sqlite::getIndexFieldDeclarationList() must be an array, string given, called in S:\worksp
  11. aces\privat\myproject\lib\Doctrine\Export\Sqlite.php on line 122 and defined in S:\workspaces\privat\myproject\lib\Doctrine\Export\Sqlite.php on line 134
Add Comment
Please, Sign In to add comment