2020-05-01 / 5192阅 / 悠然
Modifies the database based>
Useful for creating new tables and updating existing tables to a new structure.
(string[]|string)
(Optional)
The query to run. Can be multiple queries in an array, or a string of queries separated by semicolons.
Default value: ''
(bool)
(Optional)
Whether or not to execute the query right away.
Default value: true
(array) Strings containing the results of the various update queries.