* @property int $id * @property array $data */ class Storage extends ActiveRecord { public static function tableName() { return 'storage'; } }