menu
tunder package
documentation
database.dart
Schema
rename static method
rename static method
dark_mode
light_mode
rename
static method
Future
<
int
>
rename
(
String
from
,
String
to
)
Implementation
static Future<int> rename(String from, String to) => DB.execute(renameSql(from, to));
tunder package
documentation
database
Schema
rename static method
Schema class