getColumnInfosFromField()
getColumnInfosFromField(string $field) : array
Get column informations from $field
Parameters
string | $field |
The SQLGeneratorMySQL class
Use this class to generate entity's table SQL queries and check changes in structure
matchEntity(\Orpheus\EntityDescriptor\EntityDescriptor $ed) : string
Get changes with entity
\Orpheus\EntityDescriptor\EntityDescriptor | $ed |
getCreate(\Orpheus\EntityDescriptor\EntityDescriptor $ed) : string
Get create SQL query
\Orpheus\EntityDescriptor\EntityDescriptor | $ed |