Replies: 2 comments 4 replies
-
Please, try |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
db = Sequel.connect(....)
db.run("ALTER TABLE AIWO.TI_PAGE ADD TI_MODULE BIGINT")
db.run("ALTER TABLE AIWO.TI_PAGE ADD TI_FUNCTION BIGINT")
db[:ti_page].columns
How to refresh the db schema data in Sequel?
Beta Was this translation helpful? Give feedback.
All reactions