| name | value |
|---|---|
| parent | film |
| type | INSERT |
| action order | 0 |
| action orientation | ROW |
| action timing | AFTER |
| action reference old row | OLD |
| action reference new row | NEW |
| sql mode | STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_AUTO_CREATE_USER |
| definer | root@localhost |
| name | object type | level |
|---|---|---|
| film_text | table | 1 |
BEGIN INSERT INTO film_text (film_id, title, description) VALUES (new.film_id, new.title, new.description); END