-
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.
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.
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... |