Detail
trait Detail
Methods
No description
No description
No description
CHeck if table is exists or not
Check if column exists or not
Same as column, but this method will give you more raw information about column in some table
Get all table data from current database
Get boolean result about table and column Auto Increment status
No description
No description
No description
No description
No description
No description
No description
Details
at line 59
PDOStatement
getTableDetail(string $tableName)
No description
at line 77
PDOStatement
getColumnDetail(string $tableName, string $columnName)
No description
at line 95
array
getTableColumn(string $tableName, bool $fetchAll = false)
No description
at line 119
static bool
hasTable(string $tableName)
CHeck if table is exists or not
at line 131
static bool
hasColumn(string $tableName, string $columnName)
Check if column exists or not
at line 142
Schema
column(string $column)
This method relate with Schema::table('
at line 156
array
columns(bool $fetchAll = false)
Same as column, but this method will give you more raw information about column in some table
at line 166
static array
tables()
Get all table data from current database
at line 189
bool
isAutoIncrement()
Get boolean result about table and column Auto Increment status
at line 198
bool
isTemporary()
No description
at line 206
bool
isEmpty()
No description
at line 214
bool
isNull()
No description
at line 222
bool
isUnique()
No description
at line 230
bool
isPrimary()
No description
at line 238
bool
isFullText()
No description
at line 246
bool
isExists()
No description