Class rex_sql_schema_dumper

Class for generating the php code for a rex_sql_table definition.

Especially useful to generate the code for the install.php of packages.

Package: redaxo\core\sql
Author: gharlan
Located at redaxo/src/core/lib/sql/schema_dumper.php

Methods summary

public string
# dumpTable( rex_sql_table $table )

Dumps the schema for the given table as php code (using rex_sql_table).