menu
daravel_core package
documentation
database/schema/blueprint.dart
Index
Index constructor
Index constructor
dark_mode
light_mode
Index
constructor
Index
(
String
table
,
String
?
name
,
List
<
String
>
columns
)
Implementation
Index(this.table, this.name, this.columns);
daravel_core package
documentation
database/schema/blueprint
Index
Index constructor
Index class