Skip to content

Commit

Permalink
Merge pull request #3 from marsuboss/patch-1
Browse files Browse the repository at this point in the history
Update migrations/m110517_155003_create_tables_audit_trail.php
  • Loading branch information
Sammaye committed Jan 28, 2013
2 parents c2e25ae + 4c71fb9 commit 76d6dd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions migrations/m110517_155003_create_tables_audit_trail.php
Expand Up @@ -20,8 +20,8 @@ public function up()
'old_value' => 'text',
'new_value' => 'text',
'action' => 'string NOT NULL',
'model' => 'NOT NULL',
'field' => 'NOT NULL',
'model' => 'string NOT NULL',
'field' => 'string NOT NULL',
'stamp' => 'datetime NOT NULL',
'user_id' => 'string',
'model_id' => 'string NOT NULL',
Expand Down Expand Up @@ -63,4 +63,4 @@ public function safeDown()
{
$this->down();
}
}
}

0 comments on commit 76d6dd7

Please sign in to comment.