Blueprint
class Blueprint
Properties
| string | $engine | ||
| string | $charset | ||
| string | $collation |
Methods
Get detail table data
Magic method to processing method call in this object or in the grammar
Set a property for rdmsOpt
Default migrations table architecture
Compile a data with grammar compiler and created SQL text
Alter existing table
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
at line 90
void
getData()
Get detail table data
at line 104
void
__call(string $method = '', array $params = [])
Magic method to processing method call in this object or in the grammar
at line 150
__set(string $key, $value)
Set a property for rdmsOpt
at line 160
static void
migrationArchitecture()
Default migrations table architecture
at line 181
void
create(string $tableName)
Compile a data with grammar compiler and created SQL text
at line 194
void
alter(string $tableName)
Alter existing table
at line 38
Blueprint
string(string $column, int $length)
No description
at line 38
void
autoIncrement(string $column)
No description
at line 38
void
id()
No description
at line 38
void
timestamps()
No description
at line 38
void
fulltext(string $column)
No description
at line 38
void
index(string $column)
No description
at line 38
void
primary(string $column)
No description
at line 38
void
nullable()
No description
at line 38
void
notNull()
No description
at line 38
void
after(string $column)
No description
at line 38
void
first()
No description
at line 38
void
change(string $newColumn)
No description
at line 38
void
add()
No description
at line 38
void
drop(string $column)
No description
at line 38
void
default(string $value)
No description