oswilno/migrations/20220718124818_add_offer_owner.sql

3 lines
82 B
MySQL
Raw Normal View History

2022-07-18 16:23:07 +02:00
ALTER TABLE offers
ADD COLUMN owner_id INT REFERENCES accounts (id) NOT NULL;