|
|
|
|
|
by gwbas1c
2216 days ago
|
|
I just sucked the existing table into RAM and recreated the table. I did it on a transaction so there was no risk of data loss. In my case the data was always 10s of MBs. Remember, the point of SQLite is a replacement for generating a file format. Although it's a database, it lets us (developers) re-use our knowledge of databases when doing basic file I/O. |
|
Do the FK relationships get destroyed??