Skip to content

Commit ae3949a

Browse files
authored
Update Grammar.php
1 parent 18b373d commit ae3949a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Database/Schema/Grammar.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -264,17 +264,6 @@ public function compileDropIfExists(Blueprint $blueprint, Fluent $command)
264264
) DROP TABLE ".$blueprint->getTable();
265265
}
266266

267-
public function compileTables()
268-
{
269-
return "select
270-
o.name as name,
271-
user_name(o.uid) as [schema],
272-
cast(reserved_pages(db_id(), o.id) as bigint) * @@maxpagesize as size_bytes
273-
from sysobjects o
274-
where o.type = 'U'
275-
order by o.name
276-
";
277-
}
278267

279268
/**
280269
* Compile a drop column command.

0 commit comments

Comments
 (0)