You are here

12 calls to Table::update() in Data 8

Table::addField in src/Table.php
Add a field.
Table::addIndex in src/Table.php
Add an index to table.
Table::addPrimaryKey in src/Table.php
Add a primary key to table.
Table::addUniqueKey in src/Table.php
Add a unique key to a field.
Table::changeField in src/Table.php
Change a field.
Table::drop in src/Table.php
Drop a table. Does not drop a table if its defined in code.
Table::dropField in src/Table.php
Delete a field.
Table::dropIndex in src/Table.php
Drop an index from a table.
Table::dropPrimaryKey in src/Table.php
Drop all primary keys from a table.
Table::dropUniqueKey in src/Table.php
Drop a unique key from a table.
Table::link in src/Table.php
Link this table to another table. Linking a table to another one is to define how data in these tables should be joined to each other.
Table::unlink in src/Table.php
Unlink this table from another table.