vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I am learning MySQL and I have such problem: I have created 2 tables and I would like to add one more - so I use table editor and I entered table 'calls' with such columns: call_unique_id INTEGER (primary key) normalized_number VARCHAR(17) normalized_pattern VARCHAR(12) call_type TINYINT from_gg BOOLEAN trunk_id INTEGER call_start DATETIME call_end DATETIME call_time TIME is_nwkday BOOLEAN The problem is that when I press Apply Changes I receive message: call_unique_id Incorrect column name 'call_unique_id'. What's wrong? Please help RAM |