This topic is locked

Can you add tables to a database after the fact?

9/29/2010 11:52:23 AM
PHPRunner General questions
K
karmacomposer author

Say a database is being used and has records. I know if you add fields to an existing database table, it will erase all the existing data, but can you ADD tables to that database without losing the data?
Mike

Sergey Kornilov admin 9/29/2010

Yes, you can. This won't cause any data loss.

K
karmacomposer author 9/29/2010



Yes, you can. This won't cause any data loss.


Excellent.
Mike