Skip to content

Commit

Permalink
Update IbnabPmanagerBundle.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taymiya committed Oct 12, 2017
1 parent f4f04e6 commit 76c3a6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Migrations/Schema/v1_0/IbnabPmanagerBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ protected function createPDFTemplateTable(Schema $schema)
$table->addColumn('css', 'text' , ['notnull' => false]);
$table->addColumn('format', 'string', ['notnull' => false ,'length' => 4]);
$table->addColumn('unit', 'string', ['notnull' => false ,'length' => 4]);
$table->addColumn('direction', 'string', ['notnull' => false ,'length' => 10]);
$table->addColumn('orientation', 'string', ['notnull' => false ,'length' => 2]);
$table->addColumn('auteur', 'string', ['notnull' => false ,'length' => 30]);
$table->addColumn('margintop', 'integer', ['notnull' => false]);
Expand Down

0 comments on commit 76c3a6f

Please sign in to comment.