• Christopher Davis's avatar
    Add Tests Cases to Demonstrate #2906 · 186188bc
    Christopher Davis authored
    Postgres has a `SERIAL` data type to allow shorthand for
    `nextval('sequence_name')`, but DDL like this:
    
        CREATE TABLE example (id SERIAL)
    
    Cannot be generated in the DBAL schema APIs.
    186188bc
AbstractPostgreSqlPlatformTestCase.php 32.4 KB