PHP MySQL: Editing Field TableTag: mysql, database, field, edit Category: PHP Databasepost: 03 Mar 2008 read: 3,032 php mysql basic step by step tutorial - part 16: In one time, sometime the table that you have been made need some modification or changes. For example, the previous field type of char wants to change into varchar or the previous field length of char (50) wants to be widened become char (100). To change these field, you can use this syntax: ALTER TABLE table_name MODIFY field_name field_type field_attribute Example, we will change the field type of the data_employees table field position into char (50):
|
| | Give Your Opinion | Recommend |
|

