diff --git a/src/Oci8/Schema/Grammars/OracleGrammar.php b/src/Oci8/Schema/Grammars/OracleGrammar.php index 742b55c4..f404cedd 100644 --- a/src/Oci8/Schema/Grammars/OracleGrammar.php +++ b/src/Oci8/Schema/Grammars/OracleGrammar.php @@ -38,6 +38,13 @@ class OracleGrammar extends Grammar */ protected $schema_prefix = ''; + /** + * If this Grammar supports schema changes wrapped in a transaction. + * + * @var bool + */ + protected $transactions = true; + /** * Compile a create table command. *