MigrationVersions

MigrationVersions

ORM\Table

(name="migration_versions")

ORM\Entity
package

App\Entity

Methods

Get migration version

getVersion() : null|string

Response

null|string

Properties

Migration version string

version : string
var
ORM\Column

(name="version", type="string", length=255, nullable=false)

ORM\Id
ORM\GeneratedValue

(strategy="IDENTITY")

Type(s)

string