• Christopher Davis's avatar
    Add Tests Cases to Demonstrate #2906 · 288264d1
    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.
    288264d1
Name
Last commit
Last update
..
Db2SchemaManagerTest.php Loading commit data...
DrizzleSchemaManagerTest.php Loading commit data...
MySqlSchemaManagerTest.php Loading commit data...
OracleSchemaManagerTest.php Loading commit data...
PostgreSqlSchemaManagerTest.php Loading commit data...
SQLAnywhereSchemaManagerTest.php Loading commit data...
SQLServerSchemaManagerTest.php Loading commit data...
SchemaManagerFunctionalTestCase.php Loading commit data...
SqliteSchemaManagerTest.php Loading commit data...