-- Deploy kakeibo:transactions_type_code_fkey to pg -- requires: transactions -- requires: types BEGIN; ALTER TABLE kakeibo.transactions ADD CONSTRAINT transactions_type_code_fkey FOREIGN KEY (type_code) REFERENCES kakeibo.types (code); COMMIT;
![]() |
index : kakeibo-old.git | |
Unnamed repository; edit this file 'description' to name the repository. | Masaya Tojo |
aboutsummaryrefslogtreecommitdiff |
-- Deploy kakeibo:transactions_type_code_fkey to pg -- requires: transactions -- requires: types BEGIN; ALTER TABLE kakeibo.transactions ADD CONSTRAINT transactions_type_code_fkey FOREIGN KEY (type_code) REFERENCES kakeibo.types (code); COMMIT;