Join Slack
Powered by
Hello, is there an Annotation for adding a column ...
# room
g
galex
09/16/2024, 9:31 AM
Hello, is there an Annotation for adding a column like there's one for renaming one, aka
@RenameColumn
?
m
Muaz KADAN
09/16/2024, 9:33 AM
No there isn't
Muaz KADAN
09/16/2024, 9:35 AM
AutoMigration should be enough when adding a new column
g
galex
09/16/2024, 9:35 AM
Interesting!
m
Muaz KADAN
09/16/2024, 9:38 AM
You might have to annotate your column with @ColumnInfo(defaultValue = "")
Muaz KADAN
09/16/2024, 9:39 AM
depending to the data type of your column
g
galex
09/16/2024, 11:15 AM
Thanks I'll check this soon enough 👍
12
Views
Open in Slack
Previous
Next