DeploymentTools/MySQL-to-object-mapper

View on GitHub
app/Presentation/PrimaryKey.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace MySQLExtractor\Presentation;

class PrimaryKey {
    public $Column;
}