Genel veri sınıfı değişikliği ve olası veritabanı taşıma
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Veri sınıfına alan ekleme
This Kotlin file below defines a data class. I need to add a new field.
Please prompt me for the name of the new field.
Then with that information, update the data class, its constructor, and any
functions in this file that use it to handle the new field, including proper
null checks if applicable. If database access is present, generate a migration
function within this file to add the field to the corresponding table.
$CURRENT_FILE
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-08-08 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-08-08 UTC."],[],[],null,["# Generic data class modification and potential database migration\n\nAdd a field to a data class.\n\n*** ** * ** ***\n\n This Kotlin file below defines a data class. I need to add a new field.\n\n Please prompt me for the name of the new field.\n\n Then with that information, update the data class, its constructor, and any\n functions in this file that use it to handle the new field, including proper\n null checks if applicable. If database access is present, generate a migration\n function within this file to add the field to the corresponding table.\n\n $CURRENT_FILE\n\n| To run this prompt in Android Studio, click **Gemini** in the sidebar and paste it in the chat field. \n| To save and retrieve prompts in the Studio IDE, go to **Settings \\\u003e Gemini \\\u003e Prompt Library**.\n\n*** ** * ** ***"]]