mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
Support more index types in DB table parser
UNIQUE, SPATIAL, FULLTEXT
This commit is contained in:
parent
5f8ceafdf6
commit
9b776942e5
5 changed files with 25 additions and 8 deletions
|
|
@ -9,5 +9,5 @@ class Index
|
|||
{
|
||||
public $name;
|
||||
public $columns = array();
|
||||
public $is_unique = false;
|
||||
public $type = null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue