This class implements the builder for the table expressions within the create definitions of CREATE TABLE.
You can overwrite all functions to achieve another handling.
build( $parsed)
buildColDef( $parsed)
buildPrimaryKey( $parsed)
buildForeignKey( $parsed)
buildCheck( $parsed)
buildLikeExpression( $parsed)