Create
Query
sqlite.db
—
survey
__drizzle_migrations
account
activeIngredient
activeIngredientLocal...
campaign
jwks
session
survey
telegramIngredientApp...
unit
unitLocalization
user
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Rename Column
Column
Select column
id (TEXT)
user_id (TEXT)
created_at (INTEGER)
updated_at (INTEGER)
completed_at (INTEGER)
current_step (INTEGER)
name (TEXT)
email (TEXT)
sex (TEXT)
birthdate (TEXT)
exercise_level (INTEGER)
country_code (TEXT)
state_code (TEXT)
city (TEXT)
zip_code (TEXT)
address (TEXT)
active_ingredient_ids (TEXT)
selected_amount_by_active_ingredient_id (TEXT)
active_ingredient_spending_config (TEXT)
spending_by_active_ingredient_id (TEXT)
time_per_dose_by_active_ingredient_id (TEXT)
step_time_spent_seconds_by_step (TEXT)
completed_step_numbers (TEXT)
requested_active_ingredients (TEXT)
last_partial_update_at (INTEGER)
consent_to_contact (INTEGER)
Rename to
Note: new name cannot conflict with any existing column names.
Rename column
Cancel