PHP Class DoctrineMigrations\Version20160114142234
Show file
Open project: ec-cube/ec-cube
Public Methods
Method |
Description |
|
down ( Doctrine\DBAL\Schema\Schema $schema ) |
|
|
up ( Doctrine\DBAL\Schema\Schema $schema ) |
|
|
Private Methods
Method |
Description |
|
delete_dtb_csv ( EntityManager $em ) |
delete dtb_csv |
|
dtb_csv ( EntityManager $em ) |
insert dtb_csv |
|
mtb_tag ( EntityManager $em ) |
insert mtb_tag |
|
Method Details
public down ( Doctrine\DBAL\Schema\Schema $schema ) |
$schema |
Doctrine\DBAL\Schema\Schema |
|
public up ( Doctrine\DBAL\Schema\Schema $schema ) |
$schema |
Doctrine\DBAL\Schema\Schema |
|