Extending the Database (DB) Registration Database Configuration Writing Script Resources in Extensions Other Assets Using Assets in Extensions Drag-and-drop Assets Import Scri...
ALTER-DATABASE Name Description Example Keywords Best Practice ALTER-DATABASE Name ALTER DATABASE Description 该语句用于设置指定数据库的属性。(仅管理员使用) 1) 设置数据库数据量配额,单位为B/K/KB/M/MB/G/GB...
Database schema (deprecated) Database schema (deprecated) Warning Using the database.xml schema file is deprecated. You should migrate to using Database Migrations . Nextclou...
Working with Database Metadata Setting up MetaData with Table objects Declaring Simple Constraints Emitting DDL to the Database Defining Table Metadata with the ORM Setting up t...
What is a Document Database? What is a Document Database? Some developers don’t think of their data model in terms of normalized rows and columns. Typically, in the application...
Saving and Loading the Database Saving and Loading the Database Having a convenient way to add records to the database is nice. But it’s not so nice that the user is going to b...
Looking at the Database Contents Looking at the Database Contents You can also see the current value of *db* whenever you want by typing *db* at the REPL. CL - USER > * db...