Skip to content

Instantly share code, notes, and snippets.

@will1471
Created June 1, 2014 11:46
Show Gist options
  • Save will1471/458fb485d56865864110 to your computer and use it in GitHub Desktop.
Save will1471/458fb485d56865864110 to your computer and use it in GitHub Desktop.
output
will@will-laptop:~/src/propel-testcase$ ./vendor/bin/propel model:build --verbose
Processing: schema.xml
3 tables processed successfully
3 tables found in 1 schema files.
Generating PHP files...
Datamodel: ./schema.xml
- Database: foo
+ Table: child
-> (unchanged) Foo/Base/Child.php
-> (unchanged) Foo/Map/ChildTableMap.php
-> (unchanged) Foo/Base/ChildQuery.php
-> (exists) Foo/Child.php
-> (exists) Foo/ChildQuery.php
(no change)
+ Table: bar
-> Updating Foo/Base/Bar.php (table: bar, builder: Propel\Generator\Builder\Om\ObjectBuilder)
-> Updating Foo/Map/BarTableMap.php (table: bar, builder: Propel\Generator\Builder\Om\TableMapBuilder)
-> Updating Foo/Base/BarQuery.php (table: bar, builder: Propel\Generator\Builder\Om\QueryBuilder)
-> (exists) Foo/Bar.php
-> (exists) Foo/BarQuery.php
+ Table: child_bar
Segmentation fault (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment