Download the PHP package aweitian/data without Composer
On this page you can find all versions of the php package aweitian/data. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aweitian/data
More information about aweitian/data
Files in aweitian/data
Download aweitian/data
More information about aweitian/data
Files in aweitian/data
Vendor aweitian
Package data
Short Description data tuple component
License MIT
Homepage https://github.com/aweitian/data
Package data
Short Description data tuple component
License MIT
Homepage https://github.com/aweitian/data
Please rate this library. Is it a good library?
Informations about the package data
关系数据库的抽象
使用 composer 命令进行安装或下载源代码使用。
composer require aweitian/data
分量 Component
- name 字段名
- alias 别名
- dataType 字段类型,可用类型见下表
- domain 字段的数据范围(一般在数据类型为集合时使用)
- domainDescription
- default 默认值
- comment 备注
- isUnsigned 是否是无负号数
- allowNull 是否允许为空
- isPk 是否是主键
- isAutoIncrement 是否是递增字段
可用MYSQL字段类型
tinyint | smallint | int | bigint |
float | double | decimal | mediumint |
text | tinyblob | tinytext | blob |
mediumblob | mediumtext | longblob | longtext |
datetime | timestamp | date | time |
year | enum | set | varchar |
char | binary | varbinary |
Tuple 元组 关系表中的一行称为一个元组
- append(Component)
- insert(pos,Component)
All versions of data with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package aweitian/data contains the following files
Loading the files please wait ....