diff options
author | Nils Adermann <naderman@naderman.de> | 2011-06-12 01:21:55 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-06-12 01:28:01 +0200 |
commit | 418c3d546a5ea29b5ce338e4710e0d3636009733 (patch) | |
tree | f6698e84ec7d42e416ec1451172179ed4cb077e1 /phpBB/develop/check_flash_bbcodes.php | |
parent | bf2125f0f7c2b3d2f270ae4f3117941dd108f35a (diff) | |
download | forums-418c3d546a5ea29b5ce338e4710e0d3636009733.tar forums-418c3d546a5ea29b5ce338e4710e0d3636009733.tar.gz forums-418c3d546a5ea29b5ce338e4710e0d3636009733.tar.bz2 forums-418c3d546a5ea29b5ce338e4710e0d3636009733.tar.xz forums-418c3d546a5ea29b5ce338e4710e0d3636009733.zip |
[ticket/9892] column & index name limits, firebird auto increment in db_tools
- Column names are limited to 30 characters
- Index names are limited to 31 characters.
On some dbms the index name contains both table name and actual index name
so the limit applies to the sum of the lenghts of table name and index name.
- Auto incremented column names are limited to 26 characters to provide an
additional 4 characters for sequence names
The code for firebird auto increment support using generators/sequences with
triggers was copied from create_schema_files.php
PHPBB3-9892
Diffstat (limited to 'phpBB/develop/check_flash_bbcodes.php')
0 files changed, 0 insertions, 0 deletions