이름 | 설명 |
---|---|
AddColumn | Adds new column to existing table. |
AddForeignKey | Adds foreign key to new or existing table. |
AddTable | Provides fluent interface for new table definition. |
ChangeColumn | Changes existing column. |
ChangeTable | Provides fluent interface for change table expressions. |
Column | Provides fluent interface for column building. |
Defaults | Containts default conventions. |
ForeignKey | Provides fluent interface for foreign key building. Reference is the name of relationship. Names of primary key table and column, foreign key column is generated by comvention using reference name, but can be overrided.
|
RemoveColumn | Removes table column. |
RemoveForeignKey | Removes foreign key. |
Table | Provides fluent interface for table manipulation. |