DeleteTable



Repeatable annotation declaring the deleted tables in the AutoMigration.to version of an auto migration.

See also
AutoMigration

Summary

Nested types

Container annotation for the repeatable annotation DeleteTable.

Public constructors

DeleteTable(tableName: String)
Cmn
android

Public properties

String

Name of the table in the AutoMigration.from version of the database to be deleted.

Cmn
android

Public constructors

DeleteTable

DeleteTable(tableName: String)

Public properties

tableName

val tableNameString

Name of the table in the AutoMigration.from version of the database to be deleted.

Returns
String

Name of the table.