<%-- admin_alter_col.html : Alter a specific column. --%> <%script%> - Alter Column <%include style.css%> <%include top_menu.html%> <%include top_table_menu.html%> <%include footer.html%>
<%script%> Column Specifications:

You may modify the <%field%> column using the form below.

<%endloop%>
Field:
Type:
Length/Set:
Attributes:
Null:
Default:
Extra:
Primary: <%if key eq 'PRI'%>Drop <%else%> Add <%endif%>
Index: Add
Unique: <%if key eq 'UNI'%>Drop <%else%> Add <%endif%>