Merge Branch

This commit is contained in:
Sada Shiva
2016-02-02 18:39:22 +05:30
parent a302235274
commit 11f4b086b7
20 changed files with 542 additions and 78 deletions

View File

@@ -26,6 +26,8 @@ class CreateTicketsTable extends Migration {
$table->integer('flags');
$table->integer('ip_address');
$table->integer('assigned_to')->unsigned()->nullable()->index('assigned_to');
$table->integer('rating');
$table->integer('ratingreply');
$table->integer('lock_by');
$table->integer('lock_at');
$table->integer('source')->unsigned()->nullable()->index('source');