This website works better with JavaScript.
Explore
Help
Sign In
sipwise
/
db-schema
mirror of
https://github.com/sipwise/db-schema.git
Watch
1
Star
0
Fork
You've already forked db-schema
0
Code
Issues
Releases
Wiki
Activity
b8194e41eb
db-schema
/
db_scripts
/
diff
/
15800.up
7 lines
108 B
Raw
Blame
History
USE ngcp;
ALTER TABLE db_schema
ADD COLUMN `release` varchar(32),
ADD KEY release_idx(`release`);
Reference in new issue
View Git Blame
Copy Permalink