Skip to content

Commit 61be5fa

Browse files
committed
Update ezFunctions.php
1 parent 76b5f66 commit 61be5fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shared/ezFunctions.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
const CLOB = 'CLOB';
115115

116116
// Numeric SQL data types
117+
const INTR = 'INT';
117118
const INT0 = 'INT';
118119
const INT2 = 'INT2';
119120
const INT4 = 'INT4';
@@ -164,11 +165,14 @@
164165
const FOREIGN = 'FOREIGN KEY';
165166
const UNIQUE = 'UNIQUE';
166167
const INDEX = 'INDEX';
168+
const REFERENCES = 'REFERENCES';
167169

168170
const AUTO = 'AUTO_INCREMENT';
171+
const IDENTITY = 'IDENTITY(1,1)';
169172

170173
const ADD = 'ADD';
171174
const DROP = 'DROP COLUMN';
175+
const CHANGE = 'CHANGE';
172176

173177
const _DS = \DIRECTORY_SEPARATOR;
174178

0 commit comments

Comments
 (0)