Table Dependency
class TableDependency @JvmOverloads constructor(tables: List<Table>, useInlineForeignKeys: Boolean, considerVirtualFks: Boolean = false)
Utility class will arrange tables in the creation order.
Constructors
Link copied to clipboard
@JvmOverloads