Skip to content

Commit

Permalink
Update migrations/m110517_155003_create_tables_audit_trail.php
Browse files Browse the repository at this point in the history
  • Loading branch information
marsuboss committed Jan 28, 2013
1 parent c2e25ae commit 4c71fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions migrations/m110517_155003_create_tables_audit_trail.php
Original file line number Diff line number Diff line change
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 4c71fb9

Please sign in to comment.