mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
indention
parent
536c81da47
commit
c094768689
|
@ -23,12 +23,12 @@ create keyspace seaweed WITH replication = {
|
|||
|
||||
use seaweed;
|
||||
|
||||
CREATE TABLE filemeta (
|
||||
CREATE TABLE filemeta (
|
||||
directory varchar,
|
||||
name varchar,
|
||||
meta blob,
|
||||
PRIMARY KEY (directory, name)
|
||||
) WITH CLUSTERING ORDER BY (name ASC);
|
||||
) WITH CLUSTERING ORDER BY (name ASC);
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue