Creates a new schema.
Parameters¶
Name | Type | Optional | Description |
schema | str | ❌ | Schema name. |
raise_error | bool | ✓ | If the schema couldn't be created, the function raises an error. |
Returns¶
bool : True if the schema was successfully created, False otherwise.