\app\framework\Component\Database\SchemaSchema

Schema builder.

Used to build all the query's which Medoo can't build. Like drop table or create table.

Summary

Methods
Properties
Constants
create()
drop()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
init()
$Medoo
N/A

Properties

Methods

create()

create(string  $name, callable  $call, string  $connection = null) 

Create a table based on Blueprint.

Parameters

string $name
callable $call
string $connection

NOTE: will be changed!

drop()

drop(\app\framework\Component\Database\Schema\string  $name, \app\framework\Component\Database\Schema\string  $connection = null) 

Parameters

\app\framework\Component\Database\Schema\string $name
\app\framework\Component\Database\Schema\string $connection

init()

init(\app\framework\Component\Database\Schema\string  $connection = null) 

Parameters

\app\framework\Component\Database\Schema\string $connection