Advertisement
Javierkoo21

Untitled

May 20th, 2020
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ALTER TABLE `crew_statics`
  2. ADD COLUMN `canonical` VARCHAR(100) NOT NULL AFTER `uri`;
  3.  
  4. ALTER TABLE `hosting_application_contents`
  5. ADD COLUMN `canonical` VARCHAR(100) NOT NULL AFTER `slug`;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement