Quantcast
Channel: Altering and adding column to the table in sqlite3 - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Answer by Trinimon for Altering and adding column to the table in sqlite3

$
0
0

No, add just adds the column. Neither its data will be deleted nor the table be dropped.

p.s. from the documentation
"Note: also that when adding a CHECK constraint, the CHECK constraint is not tested against preexisting rows of the table." (check SQLite manual for more)


Viewing all articles
Browse latest Browse all 2

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>