Data Description
Data types
Data type | Supported | Notes |
---|---|---|
| ✅ | Alias for |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | Max (precision + scale) is 65 |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ | |
| ✅ |
Constraints
Component | Supported | Notes and limitations |
---|---|---|
Not Null | ✅ | |
Unique | ✅ | Unique constraints are supported via creation of indexes with |
Primary Key | ✅ | |
Check | ✅ | |
Foreign Key | ✅ | |
Default Value | ✅ |
Indexes
Component | Supported | Notes and limitations |
---|---|---|
Indexes | ✅ | |
Multi-column indexes | ✅ | |
Full-text indexes | 🟠 | Only basic functionality supported. Missing other search modifiers, different text parsers, stopword support, minimum word length adjustments, phrase matching |
Spatial indexes | ✅ |
Schema
Component | Supported | Notes and limitations |
---|---|---|
| 🟠 | Some limitations. See the supported statements doc. |
Database renames | ❌ | Database names are read-only, and configured by the server at startup. |
Adding tables | ✅ | |
Dropping tables | ✅ | |
Table renames | ✅ | |
Adding views | ✅ | |
Dropping views | ✅ | |
View renames | ❌ | |
Column renames | ✅ | |
Adding columns | ✅ | |
Removing columns | ✅ | |
Reordering columns | ✅ | |
Adding constraints | ✅ | |
Removing constraints | ✅ | |
Creating indexes | ✅ | |
Index renames | ✅ | |
Removing indexes | ✅ | |
| ✅ |
Last updated