Hello, How do I alter a table that has data in it, without losing the data? I read that Kexi doesn't support this directly (a.o. because sqlite doesn't support it). But what is the best way to do I this indirectly? Can I somehow copy the data, alter the table (which empties it), and then import the data in the altered table? Thanks, Gabriel