Blueprint (Database\Schema)

Blueprint

class Blueprint (View source)

Properties

string $engine The storage engine that should be used for the table.
$charset The default character set that should be used for the table.
$collation The collation that should be used for the table.
bool $temporary Whether to make the table temporary.

Methods

void