add log table

This commit is contained in:
2016-03-17 07:34:11 +01:00
parent 3aa90ec98e
commit 16d25abd7c
9 changed files with 236 additions and 11 deletions

View File

@@ -3,6 +3,7 @@
namespace common\models;
use Yii;
use common\models\BaseFitnessActiveRecord;
/**
* This is the model class for table "customer".
@@ -29,7 +30,7 @@ use Yii;
* @property string $created_at
* @property string $updated_at
*/
class Customer extends \yii\db\ActiveRecord
class Customer extends BaseFitnessActiveRecord
{
const STATUS_DELETED = 0;
@@ -49,6 +50,7 @@ class Customer extends \yii\db\ActiveRecord
{
return 'customer';
}
/**
* @inheritdoc