Create a table without any Foreign keys. Make a not of the absolute timestamp. Add a foreign key constraint with ALTER TABLE cancelled_orders ADD FOREIGN KEY (id) REFERENCES orders (id); List the set ...
The FOREIGN KEY constraint is used to enforce a link between the data in two tables. A foreign key in one table points to a primary key in another table, maintaining referential integrity.
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する