public class Schema.Table.ForeignKey extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
foreignTable |
| Constructor and Description |
|---|
ForeignKey(String name,
String[] columnNames) |
| Modifier and Type | Method and Description |
|---|---|
Schema.Table.ForeignKey |
references(String tableName) |
Schema.Table |
table() |
public String foreignTable
public Schema.Table.ForeignKey references(String tableName)
public Schema.Table table()
Copyright © 2016. All rights reserved.