| connection_restore | R Documentation |
Restores a soft-deleted record by setting deleted_at to NULL. Only works on tables with a deleted_at column.
connection_restore(conn, table_name, id)
conn |
Database connection |
table_name |
Name of the table |
id |
The ID of the record to restore |
Number of rows affected
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.