CakePHP Cookbook Documentation 5.x
le_id', 'integer', [ 'autoIncrement' => true, 'default' => null, 'limit' => 11, 'null' => false, ]); $table->addColumn('tag_id', 'integer', [ 'autoIncrement' => true, 'default' => auto-increment only to integer primary keys named “id” instead of all integer primary keys. Setting ‘autoIncrement’ to false always disables on all supported drivers. Http Added support for PSR-17 [https://www le_id', 'integer', [ 'autoIncrement' => true, 'default' => null, 'limit' => 11, 'null' => false, ]); $table->addColumn('tag_id', 'integer', [ 'autoIncrement' => true, 'default' =>0 码力 | 1080 页 | 939.39 KB | 1 年前3Flask Documentation (1.1.x)
TABLE user ( id INTEGER PRIMARY KEY AUTOINCREMENT, username TEXT UNIQUE NOT NULL, password TEXT NOT NULL ); CREATE TABLE post ( id INTEGER PRIMARY KEY AUTOINCREMENT, author_id INTEGER NOT NULL, created0 码力 | 428 页 | 895.98 KB | 1 年前3Celery v5.0.1 Documentation
'celery_taskmeta' __table_args__ = {'sqlite_autoincrement': True} id = sa.Column(sa.Integer, sa.Sequence('task_id_sequence'), primary_key=True, autoincrement=True) task_id = sa.Column(sa.String(155) """For the extend result.""" __tablename__ = 'celery_taskmeta' __table_args__ = {'sqlite_autoincrement': True, 'extend_existing': True} name = sa.Column(sa.String(155), nullable=True) args 'celery_tasksetmeta' __table_args__ = {'sqlite_autoincrement': True} id = sa.Column(sa.Integer, sa.Sequence('taskset_id_sequence'), autoincrement=True, primary_key=True) taskset_id =0 码力 | 2313 页 | 2.13 MB | 1 年前3Celery v5.0.2 Documentation
'celery_taskmeta' __table_args__ = {'sqlite_autoincrement': True} id = sa.Column(sa.Integer, sa.Sequence('task_id_sequence'), primary_key=True, autoincrement=True) task_id = sa.Column(sa.String(155) """For the extend result.""" __tablename__ = 'celery_taskmeta' __table_args__ = {'sqlite_autoincrement': True, 'extend_existing': True} name = sa.Column(sa.String(155), nullable=True) args 'celery_tasksetmeta' __table_args__ = {'sqlite_autoincrement': True} id = sa.Column(sa.Integer, sa.Sequence('taskset_id_sequence'), autoincrement=True, primary_key=True) taskset_id =0 码力 | 2313 页 | 2.14 MB | 1 年前3Celery v5.0.0 Documentation
'celery_taskmeta' __table_args__ = {'sqlite_autoincrement': True} id = sa.Column(sa.Integer, sa.Sequence('task_id_sequence'), primary_key=True, autoincrement=True) task_id = sa.Column(sa.String(155) """For the extend result.""" __tablename__ = 'celery_taskmeta' __table_args__ = {'sqlite_autoincrement': True, 'extend_existing': True} name = sa.Column(sa.String(155), nullable=True) args 'celery_tasksetmeta' __table_args__ = {'sqlite_autoincrement': True} id = sa.Column(sa.Integer, sa.Sequence('taskset_id_sequence'), autoincrement=True, primary_key=True) taskset_id =0 码力 | 2309 页 | 2.13 MB | 1 年前3Celery v5.0.5 Documentation
'celery_taskmeta' __table_args__ = {'sqlite_autoincrement': True} id = sa.Column(sa.Integer, sa.Sequence('task_id_sequence'), primary_key=True, autoincrement=True) task_id = sa.Column(sa.String(155) """For the extend result.""" __tablename__ = 'celery_taskmeta' __table_args__ = {'sqlite_autoincrement': True, 'extend_existing': True} name = sa.Column(sa.String(155), nullable=True) args 'celery_tasksetmeta' __table_args__ = {'sqlite_autoincrement': True} id = sa.Column(sa.Integer, sa.Sequence('taskset_id_sequence'), autoincrement=True, primary_key=True) taskset_id =0 码力 | 2315 页 | 2.14 MB | 1 年前3peewee Documentation Release 3.0.0
There is a small performance cost for this feature. For more information, see the SQLite docs on autoincrement [https://sqlite.org/autoinc.html]. class JSONField Field class suitable for storing JSON data0 码力 | 319 页 | 361.50 KB | 1 年前3peewee Documentation Release 3.5.0
There is a small performance cost for this feature. For more information, see the SQLite docs on autoincrement [https://sqlite.org/autoinc.html]. class JSONField Field class suitable for storing JSON data0 码力 | 347 页 | 380.80 KB | 1 年前3peewee Documentation Release 3.4.0
There is a small performance cost for this feature. For more information, see the SQLite docs on autoincrement [https://sqlite.org/autoinc.html]. class JSONField Field class suitable for storing JSON data0 码力 | 349 页 | 382.34 KB | 1 年前3peewee Documentation Release 3.1.0
There is a small performance cost for this feature. For more information, see the SQLite docs on autoincrement [https://sqlite.org/autoinc.html]. class JSONField Field class suitable for storing JSON data0 码力 | 332 页 | 370.77 KB | 1 年前3
共 47 条
- 1
- 2
- 3
- 4
- 5