-
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.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
DBAL | ||
Mocks | ||
Types | ||
DbalFunctionalTestCase.php | ||
DbalPerformanceTestCase.php | ||
DbalPerformanceTestListener.php | ||
DbalTestCase.php | ||
TestUtil.php |