Reduce redudant code around column definitions

Issue #239 open
Christopher Kramer created an issue

Originally reported on Google Code with ID 239

There are 3 places where column definition forms are produced currently:
- action=table_create
- action=column_create
- action=column_edit

All three produce a form to set the column name, type, default values and so on.
This is more or less exactly the same code.

Then there is more or less 3 times the same code that produces SQL statements out of
these forms to create/alter the table.

Reported by crazy4chrissi on 2013-12-25 20:42:25

Comments (0)

  1. Log in to comment